diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2012-11-08 02:58:39 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2012-11-08 03:02:38 +0100 |
commit | 3dd9fca200d121517a7ba25ad8ba9a0a98b320a7 (patch) | |
tree | de56b56db52be534aa06263530ed495349cace86 /scheck | |
parent | 59a2f3d91922f06ca842abb8680fade79994d4ec (diff) | |
download | tdesdk-3dd9fca200d121517a7ba25ad8ba9a0a98b320a7.tar.gz tdesdk-3dd9fca200d121517a7ba25ad8ba9a0a98b320a7.zip |
Fix various cmake build issues
Fix automake build issue in kapptemplate
Diffstat (limited to 'scheck')
-rw-r--r-- | scheck/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scheck/CMakeLists.txt b/scheck/CMakeLists.txt index bef3a460..365f7a84 100644 --- a/scheck/CMakeLists.txt +++ b/scheck/CMakeLists.txt @@ -30,5 +30,5 @@ install( FILES scheck.themerc DESTINATION ${DATA_INSTALL_DIR}/kstyle/themes ) tde_add_kpart( scheck AUTOMOC SOURCES scheck.cpp LINK tdeui-shared - DESTINATION ${PLUGIN_INSTALL_DIR} + DESTINATION ${PLUGIN_INSTALL_DIR}/plugins/styles ) |