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: 172

Filed under:
|

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

Id returned 1 exit status

alt text

© Stack Overflow or respective owner

Related posts about c++

Related posts about qt4