VirtualBox

Changeset 8052

Show
Ignore:
Timestamp:
04/16/08 18:14:46 (7 months ago)
Author:
vboxsync
Message:

configure: another Qt4 fix

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 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{ 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy