O
O
Olegofr3n772021-02-27 21:44:58
Qt
Olegofr3n77, 2021-02-27 21:44:58

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();
}

603a9323e736d999013896.png
Mistake

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vasily Bannikov, 2021-02-27
@vabka

https://doc.qt.io/QtForDeviceCreation/b2qt-static-...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question