Qt Visual Studio Debug Issue
-
I am using Qt 1.2 add-in and vs 2010, i installed everything and i can create a QT application project but when i try to run my created project, the system message says that qunable the start programme c:..........\debug\programname.exe " system can not find file.
That's the code: (i just create the project and try to run)
int main(int argc, char *argv[]) {
QApplication a(argc, argv);test w; w.show(); return a.exec();
}
Can you help me about it? -
@Kavlakoglu Did you install Qt from here: http://www.qt.io/download-open-source/?
Can you also show the compilation output? did everything compile/link ok with no warnings/errors?
Have you checked that c:.....\debug\programname.exe exists?