--- configure.old 2007-08-29 19:04:47.000000000 +0200 +++ configure 2007-08-29 19:22:36.000000000 +0200 @@ -1843,11 +1843,6 @@ if(!success) return 1; - // run qmake on the project file - int ret = qc_runprogram(qmake_path, QStringList() << proPath, 0, true); - if(ret != 0) - return 1; - return 0; }