--- vbox-ose-1.3.8/configure 2007-03-13 18:22:49.000000000 +0100 +++ vbox-ose-1.3.8-qt-fix/configure 2007-04-13 20:12:15.000000000 +0200 @@ -882,8 +882,8 @@ 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/lib -lqt-mt" >> $LOG - $CXX -O -Wall -o .tmp_out .tmp_src.cc -I$q/include -L$q/lib -lqt-mt >> $LOG 2>&1 + echo "$CXX -O -Wall -o .tmp_out .tmp_src.cc -I$q/include/qt -L$q/lib -lqt-mt" >> $LOG + $CXX -O -Wall -o .tmp_out .tmp_src.cc -I$q/include/qt -L$q/lib -lqt-mt >> $LOG 2>&1 if (($?==0)); then if test_execute; then cnf_append "QTDIR" `cd $q ; pwd`