Changes between Version 1 and Version 2 of Ticket #54861, comment 5


Ignore:
Timestamp:
Sep 18, 2017, 2:04:10 PM (7 years ago)
Author:
RJVB (René Bertin)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #54861, comment 5

    v1 v2  
    2828+        # be certain that is the case in the pre-configure phase.
    2929+        if {[vercmp [qt5.active_version] 5.7.0] >= 0} {
    30 +            ui_info "Qt 5.7.0 and up require at least C++11"
     30+            ui_debug "Qt 5.7.0 and up require at least C++11"
    3131+            configure.cxxflags-append \
    3232+                        -stdlib=libc++ \