Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
None
-
5.12.10
-
None
-
-
2a732020f (dev), 4642a6706 (6.4), 0b6899bea (6.5)
Description
I am using a selfcompiled Qt5.12.10 version
This is the command which I start in my CMake Environment.
In this ordering the qml stuff will not deployed.
cmd /C cd /D C:/bd/bht_master_2953/_build_PC_DEMO_vs2015_32_ninja_QT5.12.10_Release && C:/opt/cap/Qt5.12.10-vedevice-1.4_x86_msvc2015/bin/windeployqt.exe --dir C:/bd/bht_master_2953/_build_PC_DEMO_vs2015_32_ninja_QT5.12.10_Release/temp_qt --qmldir C:/opt/cap/Qt5.12.10-vedevice-1.4_x86_msvc2015/lib/cmake/Qt5Core/../../../qml --release bht_image_client_demo_app.exe bdr_digitalseal_devstdio_ui.exe bht_image_access_service.exe
In this ordering eversthing is fine.
cmd /C cd /D C:/bd/bht_master_2953/_build_PC_DEMO_vs2015_32_ninja_QT5.12.10_Release && C:/opt/cap/Qt5.12.10-vedevice-1.4_x86_msvc2015/bin/windeployqt.exe --dir C:/bd/bht_master_2953/_build_PC_DEMO_vs2015_32_ninja_QT5.12.10_Release/temp_qt --qmldir C:/opt/cap/Qt5.12.10-vedevice-1.4_x86_msvc2015/lib/cmake/Qt5Core/../../../qml --release bdr_digitalseal_devstdio_ui.exe bht_image_client_demo_app.exe bht_image_access_service.exe
The ONLY difference is the application "bdr_digitalseal_devstdio_ui.exe". This is the only application of all which uses qml stuff.
When this executable „bdr_digitalseal_devstdio_ui.exe" is at first in the ordering then all qml folders are found and deployed.
When this application is at the second place the qml folders are not deployed.
Please tell me why ??