diff options
Diffstat (limited to 'interfaces')
-rw-r--r-- | interfaces/khexedit/CMakeLists.txt | 2 | ||||
-rw-r--r-- | interfaces/kimproxy/interface/CMakeLists.txt | 2 | ||||
-rw-r--r-- | interfaces/kmediaplayer/CMakeLists.txt | 2 | ||||
-rw-r--r-- | interfaces/kregexpeditor/CMakeLists.txt | 2 | ||||
-rw-r--r-- | interfaces/kscript/CMakeLists.txt | 2 | ||||
-rw-r--r-- | interfaces/kspeech/CMakeLists.txt | 2 | ||||
-rw-r--r-- | interfaces/ktexteditor/CMakeLists.txt | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/interfaces/khexedit/CMakeLists.txt b/interfaces/khexedit/CMakeLists.txt index 94f2e8f30..b98c8ab5f 100644 --- a/interfaces/khexedit/CMakeLists.txt +++ b/interfaces/khexedit/CMakeLists.txt @@ -19,4 +19,4 @@ install( FILES ##### other data ################################ -install( FILES kbytesedit.desktop DESTINATION ${SHARE_INSTALL_DIR}/servicetypes ) +install( FILES kbytesedit.desktop DESTINATION ${SERVICETYPES_INSTALL_DIR} ) diff --git a/interfaces/kimproxy/interface/CMakeLists.txt b/interfaces/kimproxy/interface/CMakeLists.txt index f1335c5f4..d62819ed8 100644 --- a/interfaces/kimproxy/interface/CMakeLists.txt +++ b/interfaces/kimproxy/interface/CMakeLists.txt @@ -19,4 +19,4 @@ install( FILES ##### other data ################################ install( FILES kcm_instantmessenger.desktop DESTINATION ${DATA_INSTALL_DIR}/kcm_componentchooser ) -install( FILES dcopinstantmessenger.desktop DESTINATION ${SHARE_INSTALL_DIR}/servicetypes ) +install( FILES dcopinstantmessenger.desktop DESTINATION ${SERVICETYPES_INSTALL_DIR} ) diff --git a/interfaces/kmediaplayer/CMakeLists.txt b/interfaces/kmediaplayer/CMakeLists.txt index 03523c36e..7bef16b69 100644 --- a/interfaces/kmediaplayer/CMakeLists.txt +++ b/interfaces/kmediaplayer/CMakeLists.txt @@ -45,7 +45,7 @@ install( FILES install( FILES kmediaplayerengine.desktop kmediaplayer.desktop - DESTINATION ${SHARE_INSTALL_DIR}/servicetypes ) + DESTINATION ${SERVICETYPES_INSTALL_DIR} ) ##### kmediaplayer ############################## diff --git a/interfaces/kregexpeditor/CMakeLists.txt b/interfaces/kregexpeditor/CMakeLists.txt index 5b2f370c8..bac8b8fe1 100644 --- a/interfaces/kregexpeditor/CMakeLists.txt +++ b/interfaces/kregexpeditor/CMakeLists.txt @@ -17,4 +17,4 @@ install( FILES ##### other data ################################ -install( FILES kregexpeditor.desktop DESTINATION ${SHARE_INSTALL_DIR}/servicetypes ) +install( FILES kregexpeditor.desktop DESTINATION ${SERVICETYPES_INSTALL_DIR} ) diff --git a/interfaces/kscript/CMakeLists.txt b/interfaces/kscript/CMakeLists.txt index 8a5290c5c..36e049824 100644 --- a/interfaces/kscript/CMakeLists.txt +++ b/interfaces/kscript/CMakeLists.txt @@ -42,7 +42,7 @@ install( FILES ##### other data ################################ -install( FILES scriptinterface.desktop DESTINATION ${SHARE_INSTALL_DIR}/servicetypes ) +install( FILES scriptinterface.desktop DESTINATION ${SERVICETYPES_INSTALL_DIR} ) ##### kscript ################################### diff --git a/interfaces/kspeech/CMakeLists.txt b/interfaces/kspeech/CMakeLists.txt index 5bf284687..f9205b83d 100644 --- a/interfaces/kspeech/CMakeLists.txt +++ b/interfaces/kspeech/CMakeLists.txt @@ -18,4 +18,4 @@ install( FILES ##### other data ################################ -install( FILES dcoptexttospeech.desktop DESTINATION ${SHARE_INSTALL_DIR}/servicetypes ) +install( FILES dcoptexttospeech.desktop DESTINATION ${SERVICETYPES_INSTALL_DIR} ) diff --git a/interfaces/ktexteditor/CMakeLists.txt b/interfaces/ktexteditor/CMakeLists.txt index 249535a47..ba445df16 100644 --- a/interfaces/ktexteditor/CMakeLists.txt +++ b/interfaces/ktexteditor/CMakeLists.txt @@ -59,7 +59,7 @@ install( FILES install( FILES ktexteditor.desktop ktexteditoreditor.desktop ktexteditorplugin.desktop - DESTINATION ${SHARE_INSTALL_DIR}/servicetypes ) + DESTINATION ${SERVICETYPES_INSTALL_DIR} ) install( FILES kcm_ktexteditor.desktop |