-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
6.9.1
-
None
When adding:
qt_generate_deploy_app_script(TARGET ${NAME} OUTPUT_SCRIPT deploy_script) install(SCRIPT ${deploy_script})
to an Application and building it on e.g. ubuntu with a Qt installed via "apt-get", the deploy will not copy any libraries / plugins into the install folder. Which makes sense. But then it adds a qt.conf and set the Path to "..", rendering the application inoperable.