Unsolved Qt app doesn't start even without error message (something not found).
-
Hi, I use windows and QT in version 5. I want to install my app. I already create the installer using windeployqt.exe but the app when it runs didn't show something. Also, I tried to install it in a clear windows environment without qt installed or any lib. Any suggestion about it?
-
a couple of questions to answer:
-
do you have multiple qt kits installed and if so, did you use the correct windeployqt.exe, from the kit you used to compile your app from?
-
is it a QML application? and did you pass the correct qmldir path?
-
-
@J-Hilk thanks for your reply. I have installed only qt 5 and mingw as compiler. I think the compile did correctly using mingw . Also, I don't have any qml files in this project.
-
This is the dependecies from Dependencies Walker:
Link to txt file -
Hi,
Which installer framework did you use ?
windeployqt does not create any installer, it deploys all the files required in the folder where the application executable is.