diff options
| author | Brian Munro <brian.alexander.munro@gmail.com> | 2017-12-24 09:06:54 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-12-24 09:06:54 +0200 |
| commit | db1e63dc729258fd48ddb9a921ff88458b15db04 (patch) | |
| tree | 6e1998807191bae7ed93130823027afa2c89f115 /src | |
| parent | 28a68cf51bab172e0efc460a94821692100dad00 (diff) | |
| parent | 74e88b00c8bbcc3b41b3f679c083e55d625b7756 (diff) | |
Merge pull request #160 from erasmux/dev
Deploy also styles/qwindowsvistastyle.dll
Diffstat (limited to 'src')
| -rw-r--r-- | src/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 7a339180..aa6502b7 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -355,8 +355,10 @@ INSTALL( WORKING_DIRECTORY ${CMAKE_INSTALL_PREFIX}/bin ) file(REMOVE_RECURSE ${CMAKE_INSTALL_PREFIX}/bin/platforms) + file(REMOVE_RECURSE ${CMAKE_INSTALL_PREFIX}/bin/styles) file(REMOVE_RECURSE ${CMAKE_INSTALL_PREFIX}/bin/dlls/imageformats) file(RENAME ${CMAKE_INSTALL_PREFIX}/bin/qtplugins/platforms ${CMAKE_INSTALL_PREFIX}/bin/platforms) + file(RENAME ${CMAKE_INSTALL_PREFIX}/bin/qtplugins/styles ${CMAKE_INSTALL_PREFIX}/bin/styles) file(RENAME ${CMAKE_INSTALL_PREFIX}/bin/qtplugins/imageformats ${CMAKE_INSTALL_PREFIX}/bin/dlls/imageformats) file(REMOVE_RECURSE ${CMAKE_INSTALL_PREFIX}/bin/qtplugins)" ) |
