Qt quick Application deploy
-
The proper packaging deployment process for qt quick application, why do I use windeployqt after packaging always flash back, is there a specific tutorial
-
The proper packaging deployment process for qt quick application, why do I use windeployqt after packaging always flash back, is there a specific tutorial
@huangzilan said in Qt quick Application deploy:
why do I use windeployqt after packaging always flash back
What do you mean by "flash back"?
-
@huangzilan said in Qt quick Application deploy:
why do I use windeployqt after packaging always flash back
What do you mean by "flash back"?
@sierdzio That is, after the packaging operation, double-click the exe file and no window is displayed, only a black window appears and disappears, and cmd runs without output
-
Please share how you invoke
windeployqt. You are likely missing some QML-related flags. -
@sierdzio After completing the quick project, I added "WinQt.exe" to the system path, Then cmd executes "windeployqt F:\Qt_project\untitled3\Analyse\Analyse.exe --qmldir F:\Qt_project\untitled3\content"; In order to prevent missing DLLS, I will copy all the DLLS under "D:\QT\6.8.0\llvm-mingw_64\bin", but double-click exe still can not run, cmd no output