|
Lines 1588-1592
Link Here
|
| 1588 |
if [ $? -eq 0 ]; then |
1588 |
if [ $? -eq 0 ]; then |
| 1589 |
echo "(Qt5 from pkg-config)" >> $LOG |
1589 |
echo "(Qt5 from pkg-config)" >> $LOG |
| 1590 |
FLGQT5=`pkg-config Qt5Core Qt5Gui --cflags` |
1590 |
FLGQT5=`pkg-config Qt5Core --cflags` |
| 1591 |
# gcc 4.8 is able to compile with C++11 (see also VBOX_GCC_std in Config.kmk) |
1591 |
# gcc 4.8 is able to compile with C++11 (see also VBOX_GCC_std in Config.kmk) |
| 1592 |
[ $(($cc_maj * 100 + $cc_min)) -ge 408 ] && FLGQT5="$FLGQT5 -std=c++11" |
1592 |
[ $(($cc_maj * 100 + $cc_min)) -ge 408 ] && FLGQT5="$FLGQT5 -std=c++11" |