VirtualBox

Changeset 90377 in vbox for trunk/configure


Ignore:
Timestamp:
Jul 28, 2021 7:01:00 PM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
145959
Message:

configure: Don't use the include path for Qt5Gui since this would need adding more cleverness to the script. The linking of Qt5Gui is purely a way to detect incorrectly built Qt5Gui libraries on some Linux distros (causing linking errors no matter what), not a mechanism to improve the include path handling.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure

    r90360 r90377  
    15881588        if [ $? -eq 0 ]; then
    15891589          echo "(Qt5 from pkg-config)" >> $LOG
    1590           FLGQT5=`pkg-config Qt5Core Qt5Gui --cflags`
     1590          FLGQT5=`pkg-config Qt5Core --cflags`
    15911591          # gcc 4.8 is able to compile with C++11 (see also VBOX_GCC_std in Config.kmk)
    15921592          [ $(($cc_maj * 100 + $cc_min)) -ge 408 ] && FLGQT5="$FLGQT5 -std=c++11"
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette