mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-01 06:11:16 +00:00
C++ packages: Move the Qt plugins in the right directory
This commit is contained in:
parent
1bde79e884
commit
7c34e7f27f
1 changed files with 3 additions and 3 deletions
|
@ -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)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue