<pre style='margin:0'>
Marcus Calhoun-Lopez (MarcusCalhoun-Lopez) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/7fed5a22fb14afa81258a405f59383b94750d898">https://github.com/macports/macports-ports/commit/7fed5a22fb14afa81258a405f59383b94750d898</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 7fed5a22fb14afa81258a405f59383b94750d898
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Wed Nov 8 07:59:53 2017 -0700

<span style='display:block; white-space:pre;color:#404040;'>    qmake5 PG: fix CONFIG values for debug variant
</span>---
 _resources/port1.0/group/qmake5-1.0.tcl | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/_resources/port1.0/group/qmake5-1.0.tcl b/_resources/port1.0/group/qmake5-1.0.tcl
</span><span style='display:block; white-space:pre;color:#808080;'>index 4ffdaff..ebb30f4 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/_resources/port1.0/group/qmake5-1.0.tcl
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/_resources/port1.0/group/qmake5-1.0.tcl
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -219,13 +219,13 @@ pre-configure {
</span>     # determine of qmake's default and user requests are compatible; override qmake if necessary
     if { ${this_debug} && !${base_debug}  } {
         puts ${cache} "QT_CONFIG+=debug_and_release build_all debug"
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        puts ${cache} "CONFIG+=debug"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        puts ${cache} "CONFIG+=debug_and_release build_all"
</span>         puts ${cache} "CONFIG-=release"
     }
 
     if { !${this_debug} && ${base_debug}  } {
         puts ${cache} "QT_CONFIG-=debug_and_release build_all debug"
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        puts ${cache} "CONFIG-=debug"
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        puts ${cache} "CONFIG-=debug debug_and_release build_all"
</span>         puts ${cache} "CONFIG+=release"
     }
 
</pre><pre style='margin:0'>

</pre>