Changeset 90377 in vbox for trunk/configure
- Timestamp:
- Jul 28, 2021 7:01:00 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 145959
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure
r90360 r90377 1588 1588 if [ $? -eq 0 ]; then 1589 1589 echo "(Qt5 from pkg-config)" >> $LOG 1590 FLGQT5=`pkg-config Qt5Core Qt5Gui--cflags`1590 FLGQT5=`pkg-config Qt5Core --cflags` 1591 1591 # gcc 4.8 is able to compile with C++11 (see also VBOX_GCC_std in Config.kmk) 1592 1592 [ $(($cc_maj * 100 + $cc_min)) -ge 408 ] && FLGQT5="$FLGQT5 -std=c++11"
Note:
See TracChangeset
for help on using the changeset viewer.