VirtualBox

Changeset 8052 in vbox for trunk/configure


Ignore:
Timestamp:
Apr 16, 2008 4:14:46 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
29725
Message:

configure: another Qt4 fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure

    r8051 r8052  
    11971197  else
    11981198    if which_wrapper pkg-config > /dev/null; then
    1199       qt4_ver=`pkg-config QtGui --modversion 2>> $LOG`
     1199      qt4_ver=`pkg-config QtCore --modversion 2>> $LOG`
    12001200      if [ $? -ne 0 ]; then
    12011201        log_failure "not found"
    12021202  #      fail
    12031203      else
    1204         FLGQT4=`pkg-config QtGui --cflags`
     1204        FLGQT4=`pkg-config QtCore --cflags`
    12051205        INCQT4=`strip_I "$FLGQT4"`
    1206         LIBQT4=`pkg-config QtGui --libs`
     1206        LIBQT4=`pkg-config QtCore --libs`
    12071207        foundqt4=1
    12081208      fi
     
    12161216    cat > .tmp_src.cc << EOF
    12171217#include <cstdio>
    1218 #include <Qt/qglobal.h>
     1218#include <QtGlobal>
    12191219extern "C" int main(void)
    12201220{
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