diff options
| author | Jeremy Rimpo <jeremy.rimpo@servermonkey.com> | 2018-03-12 14:58:04 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-03-12 14:58:04 -0500 |
| commit | 9c596ceb791a77c00bbc970b12d5b40acb43706d (patch) | |
| tree | ca99eb8bc2a4c40d11ec26a56f911c02094abddf /src | |
| parent | 887d464f2c02d6f2f43e554fc35b1ae16c4bcf6e (diff) | |
| parent | 0983c88c17ec7d3ca42438d9ae07b6a0def3cf3b (diff) | |
Merge pull request #271 from AnyOldName3/qtdds-dll-deployment
Deploy the qtdds.dll as part of the MO install
Diffstat (limited to 'src')
| -rw-r--r-- | src/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 60b36683..ab7b4836 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -368,6 +368,9 @@ INSTALL( file(REMOVE_RECURSE ${CMAKE_INSTALL_PREFIX}/bin/qtplugins)" ) +# qdds.dll needs installing manually as Qt no longer ships with it by default. +INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/../qdds.dll DESTINATION bin/dlls/imageformats) + INSTALL(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/stylesheets ${CMAKE_CURRENT_SOURCE_DIR}/tutorials DESTINATION bin) |
