VirtualBox

Changeset 65356 in vbox for trunk


Ignore:
Timestamp:
Jan 18, 2017 9:40:06 AM (8 years ago)
Author:
vboxsync
Message:

configure: explicitly add -std=c++11 when trying to detect Qt5 with g++-4.8

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure

    r64526 r65356  
    16951695          echo "(Qt5 from pkg-config)" >> $LOG
    16961696          FLGQT5=`pkg-config Qt5Core --cflags`
     1697          # gcc 4.8 is able to compile with C++11 (see also VBOX_GCC_std in Config.kmk)
     1698          [ $cc_maj -eq 4 -a $cc_min -eq 8 ] && FLGQT5="$FLGQT5 -std=c++11"
    16971699          INCQT5=`strip_I "$FLGQT5"`
    16981700          LIBDIR5=`pkg-config Qt5Core --variable=libdir`
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette