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

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/70b8edd4094f4fa479f5cfcc0a22d84aadcad9ed">https://github.com/macports/macports-ports/commit/70b8edd4094f4fa479f5cfcc0a22d84aadcad9ed</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 70b8edd4094f4fa479f5cfcc0a22d84aadcad9ed
</span>Author: Marcus Calhoun-Lopez <mcalhoun@macports.org>
AuthorDate: Thu Jan 5 15:00:52 2017 -0700

<span style='display:block; white-space:pre;color:#404040;'>    qmake5 PG: create symmetry between debug options
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    Ensure all debug and release options are consistent with
</span><span style='display:block; white-space:pre;color:#404040;'>    what is requested.
</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 b50adea..9068d54 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;'>@@ -205,10 +205,10 @@ pre-configure {
</span> 
     # determine of qmake's default and user requests are compatible; override qmake if necessary
     if { ${this_debug} && !${base_debug}  } {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        configure.args-append "QT_CONFIG+=\"debug_and_release build_all\""
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        configure.args-append "QT_CONFIG+=\"debug_and_release build_all debug\" CONFIG+=\"debug\" CONFIG-=\"release\""
</span>     }
 
     if { !${this_debug} && ${base_debug}  } {
<span style='display:block; white-space:pre;background:#ffe0e0;'>-        configure.args-append "QT_CONFIG-=\"debug_and_release build_all\" CONFIG-=\"debug\""
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+        configure.args-append "QT_CONFIG-=\"debug_and_release build_all debug\" CONFIG-=\"debug\" CONFIG+=\"release\""
</span>     }
 }
</pre><pre style='margin:0'>

</pre>