ld returned 1 exit status
Posted
by uzay95
on Stack Overflow
See other posts from Stack Overflow
or by uzay95
Published on 2010-06-09T13:02:19Z
Indexed on
2010/06/09
13:12 UTC
Read the original article
Hit count: 188
This is the code that i'm trying to run:
#include <QApplication>
#include <QPushButton>
int main(int argc,char *argv[])
{
QApplication app(argc,argv);
return app.exec();
}
And this is the error that i'm getting:
:-1: error: collect2: ld returned 1 exit status
© Stack Overflow or respective owner