Changeset 90172 in vbox
- Timestamp:
- Jul 13, 2021 6:13:21 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure
r90171 r90172 1591 1591 FLGQT5=`pkg-config Qt5Core --cflags` 1592 1592 # gcc 4.8 is able to compile with C++11 (see also VBOX_GCC_std in Config.kmk) 1593 [ $(($cc_maj * 100 + $cc_min) -ge 408 ] && FLGQT5="$FLGQT5 -std=c++11"1593 [ $(($cc_maj * 100 + $cc_min)) -ge 408 ] && FLGQT5="$FLGQT5 -std=c++11" 1594 1594 INCQT5=`strip_I "$FLGQT5"` 1595 1595 LIBDIR5=`pkg-config Qt5Core --variable=libdir`
Note:
See TracChangeset
for help on using the changeset viewer.