-
Bug
-
Resolution: Fixed
-
P2: Important
-
6.5.3, 6.6.0 RC
-
Windows 10 22H2
-
-
d08fa86e6 (dev), 72e5cfeee (dev), bc3a7f750 (6.6), 11b35e219 (tqtc/lts-6.5), a6965441d (dev), d7b4937e2 (6.7), 38d26e8d2 (dev), 667891d39 (6.9), 69f652ea5 (6.8)
Steps to reproduce
- Build and run the attached project in Qt Creator to verify that it works (you can see a green Rectangle in the window)
- Build the "install" target
- Try to run the deployed/installed executable
Outcomes
- Step 2 deploys MyLibplugin.dll but not MyLib.dll (even though the executable has target_link_libraries(appMyApp PRIVATE MyLib))
- Consequently, Step 3 fails to run
- is replaced by
-
QTBUG-124149 qt_generate_deploy_qml_app_script() still fails to deploy QML backing target in Qt 6.5.5
-
- Reported
-
- relates to
-
QTBUG-118153 Use CMake's file(GET_RUNTIME_DEPENDENCIES) for deployment on Windows and macOS
-
- Reported
-