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