diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-04-05 09:36:22 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-04-05 09:36:22 +0200 |
commit | bfba957a7ebc64925bc553200616724cba9b1e37 (patch) | |
tree | 72ef5d23bdc7e5a6ee6ccfdc6dead18bf65cf9ed /framework/domain/CMakeLists.txt | |
parent | d9295fc8f19e4005f8454e7f193f80316550ac0c (diff) | |
download | kube-bfba957a7ebc64925bc553200616724cba9b1e37.tar.gz kube-bfba957a7ebc64925bc553200616724cba9b1e37.zip |
Install all plugins into the same folder
Diffstat (limited to 'framework/domain/CMakeLists.txt')
-rw-r--r-- | framework/domain/CMakeLists.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/framework/domain/CMakeLists.txt b/framework/domain/CMakeLists.txt index b3f7acc5..38e0eb12 100644 --- a/framework/domain/CMakeLists.txt +++ b/framework/domain/CMakeLists.txt | |||
@@ -36,7 +36,6 @@ target_link_libraries(mailplugin actionplugin settingsplugin sink mimetreeparser | |||
36 | 36 | ||
37 | add_subdirectory(actions/tests) | 37 | add_subdirectory(actions/tests) |
38 | 38 | ||
39 | install(TARGETS mailplugin DESTINATION ${QML_INSTALL_DIR}/org/kube/framework/domain) | 39 | install(TARGETS mailplugin DESTINATION ${FRAMEWORK_INSTALL_DIR}) |
40 | install(FILES qmldir DESTINATION ${QML_INSTALL_DIR}/org/kube/framework/domain) | ||
41 | 40 | ||
42 | add_subdirectory(mimetreeparser) | 41 | add_subdirectory(mimetreeparser) |