qml发布程序时在添加依赖后白屏的问题
- 当你使用
windeployqt发布QML应用程序时需要附加标记--qmldir。 - 例子
windeployqt --(release or debug) --qmldir %PATH_TO_YOUR_QML_FILES% %YOUR_APPLICATION%.exe
它会自定解析你的qml文件。
windeployqt发布QML应用程序时需要附加标记--qmldir。windeployqt --(release or debug) --qmldir %PATH_TO_YOUR_QML_FILES% %YOUR_APPLICATION%.exe
它会自定解析你的qml文件。