Qt Project for an Application Deployment
-
Hi,
I'm new with Qt5 Creator.I search a project that allow to understand how to define a windows application (exe appli) with Qt5 tools.
I'm interested with defining exe IDE with QML project that link with Python script defining some actions for buttons or whatever else.
I see in forums there is also some problems with dll linking so I search the way to deploy it finaly as an independant exe that is executable without Qt IDE.If you can help me on these topics, or with a good example.
Regards -
Hi, welcome to the forum.
The deployment process is covered in depth by the documentation: "link":http://qt-project.org/doc/qt-5/windows-deployment.html.
Linking other DLLs is actually quite easy, but takes a little bit of getting used to (and some trial and error). Take a look at qmake LIBS and INCLUDEPATH variables.