Skip to content

Commit 74e88b0

Browse files
author
Eran Mizrahi
committed
Deploy also styles/qwindowsvistastyle.dll
1 parent 28a68cf commit 74e88b0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -355,8 +355,10 @@ INSTALL(
355355
WORKING_DIRECTORY ${CMAKE_INSTALL_PREFIX}/bin
356356
)
357357
file(REMOVE_RECURSE ${CMAKE_INSTALL_PREFIX}/bin/platforms)
358+
file(REMOVE_RECURSE ${CMAKE_INSTALL_PREFIX}/bin/styles)
358359
file(REMOVE_RECURSE ${CMAKE_INSTALL_PREFIX}/bin/dlls/imageformats)
359360
file(RENAME ${CMAKE_INSTALL_PREFIX}/bin/qtplugins/platforms ${CMAKE_INSTALL_PREFIX}/bin/platforms)
361+
file(RENAME ${CMAKE_INSTALL_PREFIX}/bin/qtplugins/styles ${CMAKE_INSTALL_PREFIX}/bin/styles)
360362
file(RENAME ${CMAKE_INSTALL_PREFIX}/bin/qtplugins/imageformats ${CMAKE_INSTALL_PREFIX}/bin/dlls/imageformats)
361363
file(REMOVE_RECURSE ${CMAKE_INSTALL_PREFIX}/bin/qtplugins)"
362364
)

0 commit comments

Comments
 (0)