View | Details | Raw Unified | Return to bug 33698
Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- configure~  2017-07-28 11:51:24.132793749 +0300
0
++ configure   2017-07-28 11:54:16.072792823 +0300
Lines 1704-1710 EOF Link Here
1704
          echo "(Qt5 from pkg-config)" >> $LOG
1704
          echo "(Qt5 from pkg-config)" >> $LOG
1705
          FLGQT5=`pkg-config Qt5Core --cflags`
1705
          FLGQT5=`pkg-config Qt5Core --cflags`
1706
          # gcc 4.8 is able to compile with C++11 (see also VBOX_GCC_std in Config.kmk)
1706
          # gcc 4.8 is able to compile with C++11 (see also VBOX_GCC_std in Config.kmk)
1707
          [ $cc_maj -eq 4 -a $cc_min -eq 8 ] && FLGQT5="$FLGQT5 -std=c++11"
1707
          [ $cc_maj -eq 4 -a $cc_min -gt 8 ] || [ $cc_maj -gt 4 ] && FLGQT5="$FLGQT5 -std=c++11"
1708
          INCQT5=`strip_I "$FLGQT5"`
1708
          INCQT5=`strip_I "$FLGQT5"`
1709
          LIBDIR5=`pkg-config Qt5Core --variable=libdir`
1709
          LIBDIR5=`pkg-config Qt5Core --variable=libdir`
1710
          LIBQT5=`pkg-config Qt5Core --libs`
1710
          LIBQT5=`pkg-config Qt5Core --libs`

Return to bug 33698