This commit is contained in:
朱子楚\zhuzi
2023-06-24 10:27:28 +08:00
parent 82be3b12e3
commit 9786e69fc2
3 changed files with 25 additions and 28 deletions

View File

@ -105,10 +105,3 @@ install(TARGETS example
LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
)
qt_generate_deploy_app_script(
TARGET example
OUTPUT_SCRIPT deploy_script
NO_UNSUPPORTED_PLATFORM_ERROR
)
install(SCRIPT ${deploy_script})