Es geht leider nicht. Hier eine Kopie aus dem Terminal.
Könnte das ein Problem mit dem Suchpfad sein?
Kannst du einen anderen Fehler sehen?

jv@suse8:~/qt> QMAKESPEC=linux-g++
jv@suse8:~/qt> /usr/lib/qt-3.0.3/bin/qmake
QMAKESPEC has not been set, so configuration cannot be deduced.
Error processing project file: qt.pro
jv@suse8:~/qt> /usr/lib/qt-3.0.3/bin/qmake qt.pro
QMAKESPEC has not been set, so configuration cannot be deduced.
Error processing project file: qt.pro
jv@suse8:~/qt> cat qt.pro
################################################## ####################
# Automatically generated by qmake (1.02a) Tue Nov 4 20:15:40 2003
################################################## ####################

TEMPLATE = app
CONFIG -= moc

# Input
SOURCES += qtest.c
jv@suse8:~/qt>