Welcome! Log In Create A New Profile

Advanced

No such file in directory

Posted by ValcreOnthis 
Announcements Last Post
Announcement SoC Curricula 09/30/2017 01:08PM
Announcement Demarcation or scoping of examinations and assessment 02/13/2017 07:59AM
Announcement School of Computing Short Learning Programmes 11/24/2014 08:37AM
Announcement Unisa contact information 07/28/2011 01:28PM
No such file in directory
March 08, 2013 03:46AM
kept on getting this error on another computer , so i tried the hello world test program and still the same result , meaning problem is not with the code, where did i go wrong ?

#include <QApplication>
#include <QLabel>

int main (int argc , char *argv[]) {
QApplication app(argc, argv);
QLabel label ("Hello Qt"winking smiley;
label.show();
return app.exec();
}
avatar Re: No such file in directory
March 10, 2013 10:48PM
What is the name of the file ?

Is your project file setup correctly ?

ie - for a Gui app, and not console.

QT += gui
Sorry, only registered users may post in this forum.

Click here to login