summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--akregator/src/CMakeLists.txt2
-rw-r--r--certmanager/lib/kleo/CMakeLists.txt2
-rw-r--r--indexlib/CMakeLists.txt2
-rw-r--r--kaddressbook/interfaces/CMakeLists.txt2
-rw-r--r--kgantt/kgantt/CMakeLists.txt2
-rw-r--r--kmail/CMakeLists.txt2
-rw-r--r--kmail/interfaces/CMakeLists.txt2
-rw-r--r--knotes/CMakeLists.txt2
-rw-r--r--kontact/interfaces/CMakeLists.txt2
-rw-r--r--korganizer/interfaces/calendar/CMakeLists.txt2
-rw-r--r--korganizer/interfaces/korganizer/CMakeLists.txt2
-rw-r--r--kresources/egroupware/CMakeLists.txt2
-rw-r--r--ktnef/ktnef/CMakeLists.txt2
-rw-r--r--libemailfunctions/CMakeLists.txt2
-rw-r--r--libkcal/CMakeLists.txt2
-rw-r--r--libkpimexchange/core/CMakeLists.txt2
-rw-r--r--libksieve/ksieve/CMakeLists.txt2
-rw-r--r--libtdenetwork/gpgmepp/CMakeLists.txt2
-rw-r--r--libtdenetwork/qgpgme/CMakeLists.txt2
-rw-r--r--libtdepim/CMakeLists.txt2
-rw-r--r--mimelib/mimelib/CMakeLists.txt2
21 files changed, 21 insertions, 21 deletions
diff --git a/akregator/src/CMakeLists.txt b/akregator/src/CMakeLists.txt
index f3254b49..2a154391 100644
--- a/akregator/src/CMakeLists.txt
+++ b/akregator/src/CMakeLists.txt
@@ -39,7 +39,7 @@ link_directories(
install( FILES
plugin.h articleinterceptor.h akregator_export.h storage.h
feedstorage.h storagefactory.h storagefactoryregistry.h
- DESTINATION ${INCLUDE_INSTALL_DIR}/tde/akregator )
+ DESTINATION ${INCLUDE_INSTALL_DIR}/akregator )
##### other data ################################
diff --git a/certmanager/lib/kleo/CMakeLists.txt b/certmanager/lib/kleo/CMakeLists.txt
index 6c9ef46e..63d238e7 100644
--- a/certmanager/lib/kleo/CMakeLists.txt
+++ b/certmanager/lib/kleo/CMakeLists.txt
@@ -34,7 +34,7 @@ install( FILES
verifyopaquejob.h decryptverifyjob.h signencryptjob.h
refreshkeysjob.h multideletejob.h hierarchicalkeylistjob.h
keyfilter.h keyfiltermanager.h
- DESTINATION ${INCLUDE_INSTALL_DIR}/tde/kleo )
+ DESTINATION ${INCLUDE_INSTALL_DIR}/kleo )
##### kleopatra_core (static) ###################
diff --git a/indexlib/CMakeLists.txt b/indexlib/CMakeLists.txt
index 825f7aad..f89e4f1a 100644
--- a/indexlib/CMakeLists.txt
+++ b/indexlib/CMakeLists.txt
@@ -26,7 +26,7 @@ include_directories(
install( FILES
create.h index.h lockfile.h
- DESTINATION ${INCLUDE_INSTALL_DIR}/tde/index )
+ DESTINATION ${INCLUDE_INSTALL_DIR}/index )
##### other data ################################
diff --git a/kaddressbook/interfaces/CMakeLists.txt b/kaddressbook/interfaces/CMakeLists.txt
index e12cc520..d6876c93 100644
--- a/kaddressbook/interfaces/CMakeLists.txt
+++ b/kaddressbook/interfaces/CMakeLists.txt
@@ -28,7 +28,7 @@ link_directories(
install( FILES
configurewidget.h contacteditorwidget.h core.h
extensionwidget.h xxport.h
- DESTINATION ${INCLUDE_INSTALL_DIR}/tde/kaddressbook )
+ DESTINATION ${INCLUDE_INSTALL_DIR}/kaddressbook )
##### other data ################################
diff --git a/kgantt/kgantt/CMakeLists.txt b/kgantt/kgantt/CMakeLists.txt
index 8f965df7..243585a4 100644
--- a/kgantt/kgantt/CMakeLists.txt
+++ b/kgantt/kgantt/CMakeLists.txt
@@ -26,7 +26,7 @@ link_directories(
install( FILES
KGantt.h KGanttItem.h KGanttRelation.h xQGanttBarView.h xQGanttBarViewPort.h
xQGanttListView.h xQGanttListViewPort.h KGanttBarConfig.h
- DESTINATION ${INCLUDE_INSTALL_DIR}/tde/kgantt )
+ DESTINATION ${INCLUDE_INSTALL_DIR}/kgantt )
##### kgantt (shared) ###########################
diff --git a/kmail/CMakeLists.txt b/kmail/CMakeLists.txt
index f31577d2..7e1ac19e 100644
--- a/kmail/CMakeLists.txt
+++ b/kmail/CMakeLists.txt
@@ -65,7 +65,7 @@ link_directories(
install( FILES
kmailIface.h kmailpartIface.h kmailicalIface.h
- DESTINATION ${INCLUDE_INSTALL_DIR}/tde )
+ DESTINATION ${INCLUDE_INSTALL_DIR} )
##### other data ################################
diff --git a/kmail/interfaces/CMakeLists.txt b/kmail/interfaces/CMakeLists.txt
index a941d988..1dd411df 100644
--- a/kmail/interfaces/CMakeLists.txt
+++ b/kmail/interfaces/CMakeLists.txt
@@ -12,4 +12,4 @@
install( FILES
observer.h observable.h htmlwriter.h bodypart.h
bodypartformatter.h bodyparturlhandler.h
- DESTINATION ${INCLUDE_INSTALL_DIR}/tde/kmail/interfaces )
+ DESTINATION ${INCLUDE_INSTALL_DIR}/kmail/interfaces )
diff --git a/knotes/CMakeLists.txt b/knotes/CMakeLists.txt
index f54c6ebf..7ef23ca4 100644
--- a/knotes/CMakeLists.txt
+++ b/knotes/CMakeLists.txt
@@ -34,7 +34,7 @@ link_directories(
##### headers ###################################
-install( FILES KNotesIface.h KNotesAppIface.h DESTINATION ${INCLUDE_INSTALL_DIR}/tde )
+install( FILES KNotesIface.h KNotesAppIface.h DESTINATION ${INCLUDE_INSTALL_DIR} )
##### other data ################################
diff --git a/kontact/interfaces/CMakeLists.txt b/kontact/interfaces/CMakeLists.txt
index f887cba7..94446b1e 100644
--- a/kontact/interfaces/CMakeLists.txt
+++ b/kontact/interfaces/CMakeLists.txt
@@ -26,7 +26,7 @@ link_directories(
install( FILES
core.h plugin.h summary.h
- DESTINATION ${INCLUDE_INSTALL_DIR}/tde/kontact )
+ DESTINATION ${INCLUDE_INSTALL_DIR}/kontact )
##### other data ################################
diff --git a/korganizer/interfaces/calendar/CMakeLists.txt b/korganizer/interfaces/calendar/CMakeLists.txt
index 01be0924..fe5296fe 100644
--- a/korganizer/interfaces/calendar/CMakeLists.txt
+++ b/korganizer/interfaces/calendar/CMakeLists.txt
@@ -11,7 +11,7 @@
install( FILES
plugin.h calendardecoration.h
- DESTINATION ${INCLUDE_INSTALL_DIR}/tde/calendar )
+ DESTINATION ${INCLUDE_INSTALL_DIR}/calendar )
install( FILES
calendarplugin.desktop calendardecoration.desktop
diff --git a/korganizer/interfaces/korganizer/CMakeLists.txt b/korganizer/interfaces/korganizer/CMakeLists.txt
index c6bafae4..6b5a45f2 100644
--- a/korganizer/interfaces/korganizer/CMakeLists.txt
+++ b/korganizer/interfaces/korganizer/CMakeLists.txt
@@ -11,7 +11,7 @@
install( FILES
part.h baseview.h calendarviewbase.h mainwindow.h corehelper.h printplugin.h
- DESTINATION ${INCLUDE_INSTALL_DIR}/tde/korganizer )
+ DESTINATION ${INCLUDE_INSTALL_DIR}/korganizer )
install( FILES
korganizerpart.desktop korgprintplugin.desktop
diff --git a/kresources/egroupware/CMakeLists.txt b/kresources/egroupware/CMakeLists.txt
index e7e3d034..bc0bfd49 100644
--- a/kresources/egroupware/CMakeLists.txt
+++ b/kresources/egroupware/CMakeLists.txt
@@ -28,7 +28,7 @@ link_directories(
install( FILES
kabc_resourcexmlrpc.h kcal_resourcexmlrpc.h
- DESTINATION ${INCLUDE_INSTALL_DIR}/tde/kabc )
+ DESTINATION ${INCLUDE_INSTALL_DIR}/kabc )
##### other data ################################
diff --git a/ktnef/ktnef/CMakeLists.txt b/ktnef/ktnef/CMakeLists.txt
index 0cef5705..1bd4912c 100644
--- a/ktnef/ktnef/CMakeLists.txt
+++ b/ktnef/ktnef/CMakeLists.txt
@@ -13,4 +13,4 @@ install( FILES
ktnefparser.h ktnefattach.h ktnefproperty.h
ktnefpropertyset.h ktnefmessage.h ktnefwriter.h
ktnefdefs.h
- DESTINATION ${INCLUDE_INSTALL_DIR}/tde/ktnef )
+ DESTINATION ${INCLUDE_INSTALL_DIR}/ktnef )
diff --git a/libemailfunctions/CMakeLists.txt b/libemailfunctions/CMakeLists.txt
index 4a47919f..725dbe07 100644
--- a/libemailfunctions/CMakeLists.txt
+++ b/libemailfunctions/CMakeLists.txt
@@ -25,7 +25,7 @@ link_directories(
##### header files ################################
if( BUILD_LIBTDEPIM )
- install( FILES idmapper.h DESTINATION ${INCLUDE_INSTALL_DIR}/tde/libemailfunctions )
+ install( FILES idmapper.h DESTINATION ${INCLUDE_INSTALL_DIR}/libemailfunctions )
endif()
diff --git a/libkcal/CMakeLists.txt b/libkcal/CMakeLists.txt
index 205f9042..81a5b8be 100644
--- a/libkcal/CMakeLists.txt
+++ b/libkcal/CMakeLists.txt
@@ -49,7 +49,7 @@ install( FILES
resourcelocaldirconfig.h resourcelocaldir.h resourcelocal.h
scheduler.h libkcal_export.h todo.h vcaldrag.h vcalformat.h
attachmenthandler.h ${CMAKE_CURRENT_BINARY_DIR}/htmlexportsettings.h
- DESTINATION ${INCLUDE_INSTALL_DIR}/tde/libkcal )
+ DESTINATION ${INCLUDE_INSTALL_DIR}/libkcal )
##### other data ################################
diff --git a/libkpimexchange/core/CMakeLists.txt b/libkpimexchange/core/CMakeLists.txt
index 4b96202f..1c208104 100644
--- a/libkpimexchange/core/CMakeLists.txt
+++ b/libkpimexchange/core/CMakeLists.txt
@@ -30,7 +30,7 @@ link_directories(
install( FILES
exchangeclient.h exchangeaccount.h
- DESTINATION ${INCLUDE_INSTALL_DIR}/tde/tdepim )
+ DESTINATION ${INCLUDE_INSTALL_DIR}/tdepim )
##### kpimexchange (shared) #####################
diff --git a/libksieve/ksieve/CMakeLists.txt b/libksieve/ksieve/CMakeLists.txt
index a14196d6..9765ddfa 100644
--- a/libksieve/ksieve/CMakeLists.txt
+++ b/libksieve/ksieve/CMakeLists.txt
@@ -11,4 +11,4 @@
install( FILES
error.h lexer.h parser.h scriptbuilder.h
- DESTINATION ${INCLUDE_INSTALL_DIR}/tde/ksieve )
+ DESTINATION ${INCLUDE_INSTALL_DIR}/ksieve )
diff --git a/libtdenetwork/gpgmepp/CMakeLists.txt b/libtdenetwork/gpgmepp/CMakeLists.txt
index 9c76001d..93bc16e5 100644
--- a/libtdenetwork/gpgmepp/CMakeLists.txt
+++ b/libtdenetwork/gpgmepp/CMakeLists.txt
@@ -35,7 +35,7 @@ install( FILES
keygenerationresult.h importresult.h decryptionresult.h
verificationresult.h signingresult.h encryptionresult.h
engineinfo.h
- DESTINATION ${INCLUDE_INSTALL_DIR}/tde/gpgme++ )
+ DESTINATION ${INCLUDE_INSTALL_DIR}/gpgme++ )
##### gpgme++ (shared) ##########################
diff --git a/libtdenetwork/qgpgme/CMakeLists.txt b/libtdenetwork/qgpgme/CMakeLists.txt
index 70d67b95..309d41d7 100644
--- a/libtdenetwork/qgpgme/CMakeLists.txt
+++ b/libtdenetwork/qgpgme/CMakeLists.txt
@@ -27,7 +27,7 @@ link_directories(
install( FILES
eventloopinteractor.h dataprovider.h
- DESTINATION ${INCLUDE_INSTALL_DIR}/tde/qgpgme )
+ DESTINATION ${INCLUDE_INSTALL_DIR}/qgpgme )
##### qgpgme (shared) ###########################
diff --git a/libtdepim/CMakeLists.txt b/libtdepim/CMakeLists.txt
index b82ee8d4..ba68d5c1 100644
--- a/libtdepim/CMakeLists.txt
+++ b/libtdepim/CMakeLists.txt
@@ -40,7 +40,7 @@ link_directories(
install( FILES
tdepimmacros.h kpimprefs.h
- DESTINATION ${INCLUDE_INSTALL_DIR}/tde )
+ DESTINATION ${INCLUDE_INSTALL_DIR} )
##### other data ################################
diff --git a/mimelib/mimelib/CMakeLists.txt b/mimelib/mimelib/CMakeLists.txt
index 27a19852..0f2c6141 100644
--- a/mimelib/mimelib/CMakeLists.txt
+++ b/mimelib/mimelib/CMakeLists.txt
@@ -16,4 +16,4 @@ install( FILES
mboxlist.h mechansm.h mediatyp.h message.h mimepp.h
msgcmp.h msgid.h nntp.h param.h pop.h protocol.h
string.h text.h token.h utility.h uuencode.h binhex.h
- DESTINATION ${INCLUDE_INSTALL_DIR}/tde/mimelib )
+ DESTINATION ${INCLUDE_INSTALL_DIR}/mimelib )