Hi,

I'm quite new to QT, so the answer on my question most probably will be
obvious.

If I create a totally empty project for console application,

#include <QtCore/QCoreApplication>

int main(int argc, char *argv[])

{

    QCoreApplication a(argc, argv);

     return a.exec();

}


it runs properly, however I have to press Ctrl-C all the time to close
it, even if I run the compiled executable from command prompt.


Why? How could I solve this?


Thank you!

Akos
_______________________________________________
Qt-creator mailing list
[email protected]
http://lists.qt.nokia.com/mailman/listinfo/qt-creator

Reply via email to