diff options
| author | AnyOldName3 <krizdjali+github@gmail.com> | 2018-03-11 23:15:07 +0000 |
|---|---|---|
| committer | AnyOldName3 <krizdjali+github@gmail.com> | 2018-03-11 23:15:07 +0000 |
| commit | 0983c88c17ec7d3ca42438d9ae07b6a0def3cf3b (patch) | |
| tree | 847d4f60be4ac68ceba61ee53fa45c9fc408405e /src | |
| parent | 9ee2831c59c379e01bd73ced25ce02270dba48df (diff) | |
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) |
