Error LNK1104
Installation and Deployment
2
Posts
2
Posters
1.3k
Views
1
Watching
-
Hey;
I'm new at QtCreator ; I've made my first program but unfortunately it can't work; here is the code
@#include <QApplication>
#include <QPushButton>int main(int argc, char *argv[])
{
QApplication app(argc, argv);QPushButton bouton("Salut les Zéros, la forme ?"); bouton.show(); return app.exec();
}
@
And the error says that the file test.exe(this is my file name) can't be open; anu idea ? thanks..