- Timestamp:
- Jan 18, 2017 9:40:06 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure
r64526 r65356 1695 1695 echo "(Qt5 from pkg-config)" >> $LOG 1696 1696 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" 1697 1699 INCQT5=`strip_I "$FLGQT5"` 1698 1700 LIBDIR5=`pkg-config Qt5Core --variable=libdir`
Note:
See TracChangeset
for help on using the changeset viewer.