Answer the question
In order to leave comments, you need to log in
How to statically link Qt to a project?
How to statically link qt to the project so as not to carry dlls with you?
#include <QCoreApplication>
int main(int argc, char *argv[])
{
QCoreApplication a(argc, argv);
return a.exec();
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question