C++ packages: Move the Qt plugins in the right directory

This commit is contained in:
Olivier Goffart 2021-11-17 16:28:53 +01:00 committed by Olivier Goffart
parent 1bde79e884
commit 7c34e7f27f

View file

@ -220,13 +220,13 @@ if(SIXTYFPS_PACKAGE_BUNDLE_QT)
install( install(
FILES ${Qt6_DIR}/../../../plugins/platforms/qwindows.dll FILES ${Qt6_DIR}/../../../plugins/platforms/qwindows.dll
DESTINATION lib/plugins/platforms) DESTINATION plugins/platforms)
install( install(
FILES ${Qt6_DIR}/../../../plugins/styles/qwindowsvistastyle.dll FILES ${Qt6_DIR}/../../../plugins/styles/qwindowsvistastyle.dll
DESTINATION lib/plugins/styles) DESTINATION plugins/styles)
install( install(
FILES ${Qt6_DIR}/../../../plugins/imageformats/qsvg.dll FILES ${Qt6_DIR}/../../../plugins/imageformats/qsvg.dll
DESTINATION lib/plugins/imageformats) DESTINATION plugins/imageformats)
endif() endif()
endif(SIXTYFPS_PACKAGE_BUNDLE_QT) endif(SIXTYFPS_PACKAGE_BUNDLE_QT)