Stand Alone Application
Unsolved
General and Desktop
-
Hey,
i build a QT application an now i want it to run on other machines, without qt. Do i really have to build qt static or is there another "easy" option like to configure the QT Creator or something like that? I tried to add the used dlls, but this didnt really worked.Greets Nico
Using WIndows 10, QT5.5
-
Hi, welcome to Devnet.
Here is a topic about deployment.
http://doc.qt.io/qt-5/deployment.htmlBy the way, it's writtent Qt. QT stands for Quick Time.
-
Hi
there is also
http://www.tripleboot.org/?p=138
for good info.It will work with DLLs. That is how most of us do it as
option 2 is static linking but that demands a Qt License or
that your app is open source.