Hi,
I seek your help for a program I am trying to compile. I have a project study on the laser game, and I was responsible for creating the game interface, and I want to do with Qt, I do not know this software, but you told me about that she facilitate my speed to create the interface. Right now I’m learning environment mode, I made a simple code of understanding, the test here:
#include <QApplicationStateChangeEvent>
#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();
}
but it returns me this problem that Qt requires the configuration Kit, I do not know what to do, I tried to read other forum, and the solutions they gave, it does not work not. Please help me, give me the steps to do, I thank you.
↧