diff -Naur VirtualBox-OSE-1.4.0/configure VirtualBox-OSE-1.4.0-qt-fixed/configure --- VirtualBox-OSE-1.4.0/configure 2007-06-06 08:06:07.000000000 +0200 +++ VirtualBox-OSE-1.4.0-qt-fixed/configure 2007-06-17 22:16:14.000000000 +0200 @@ -880,9 +880,9 @@ echo "compiling the following source file:" >> $LOG cat .tmp_src.cc >> $LOG echo "using the following command line:" >> $LOG - echo "$CXX -O -Wall -o .tmp_out .tmp_src.cc -I$q/include -L$q/$l -lqt-mt" >> $LOG + echo "$CXX -O -Wall -o .tmp_out .tmp_src.cc -I$q/include/qt -L$q/$l -lqt-mt" >> $LOG - $CXX -O -Wall -o .tmp_out .tmp_src.cc -I$q/include -L$q/$l -lqt-mt >> $LOG 2>&1 + $CXX -O -Wall -o .tmp_out .tmp_src.cc -I$q/include/qt -L$q/$l -lqt-mt >> $LOG 2>&1 if (($?==0)); then if test_execute; then cnf_append "QTDIR" "`cd $q ; pwd`"