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...

Recommended Answers

All 2 Replies

Yes I have seen....but without effect...

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.