Hi guys...I am starting with Qt and I have problems with configuring it. It write:
"Start C:/Apps/Qt/demo/demo.exe...
This proccess could not be started !"
I am using Qt Creator 1.2.1 on Win XP SP2.
In code:
#include <QApplication>
int main( int argv, char* argc[])
{
QApplication demo(argv,argc);
return demo.exec();
}
I think that is problem in Qmake...