Fix include directory installation locations

git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1226577 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
v3.5.13-sru
tpearson 13 years ago
parent b2b05ec700
commit 59c4cfa4d0

@ -39,7 +39,7 @@ link_directories(
install( FILES install( FILES
plugin.h articleinterceptor.h akregator_export.h storage.h plugin.h articleinterceptor.h akregator_export.h storage.h
feedstorage.h storagefactory.h storagefactoryregistry.h feedstorage.h storagefactory.h storagefactoryregistry.h
DESTINATION ${INCLUDE_INSTALL_DIR}/akregator ) DESTINATION ${INCLUDE_INSTALL_DIR}/kde/akregator )
##### other data ################################ ##### other data ################################

@ -28,7 +28,7 @@ link_directories(
install( FILES install( FILES
configurewidget.h contacteditorwidget.h core.h configurewidget.h contacteditorwidget.h core.h
extensionwidget.h xxport.h extensionwidget.h xxport.h
DESTINATION ${INCLUDE_INSTALL_DIR}/kaddressbook ) DESTINATION ${INCLUDE_INSTALL_DIR}/kde/kaddressbook )
##### other data ################################ ##### other data ################################

@ -65,7 +65,7 @@ link_directories(
install( FILES install( FILES
kmailIface.h kmailpartIface.h kmailicalIface.h kmailIface.h kmailpartIface.h kmailicalIface.h
DESTINATION ${INCLUDE_INSTALL_DIR} ) DESTINATION ${INCLUDE_INSTALL_DIR}/kde )
##### other data ################################ ##### other data ################################

@ -12,4 +12,4 @@
install( FILES install( FILES
observer.h observable.h htmlwriter.h bodypart.h observer.h observable.h htmlwriter.h bodypart.h
bodypartformatter.h bodyparturlhandler.h bodypartformatter.h bodyparturlhandler.h
DESTINATION ${INCLUDE_INSTALL_DIR}/kmail/interfaces ) DESTINATION ${INCLUDE_INSTALL_DIR}/kde/kmail/interfaces )

@ -26,7 +26,7 @@ link_directories(
install( FILES install( FILES
core.h plugin.h summary.h core.h plugin.h summary.h
DESTINATION ${INCLUDE_INSTALL_DIR}/kontact ) DESTINATION ${INCLUDE_INSTALL_DIR}/kde/kontact )
##### other data ################################ ##### other data ################################

@ -11,7 +11,7 @@
install( FILES install( FILES
plugin.h calendardecoration.h plugin.h calendardecoration.h
DESTINATION ${INCLUDE_INSTALL_DIR}/calendar ) DESTINATION ${INCLUDE_INSTALL_DIR}/kde/calendar )
install( FILES install( FILES
calendarplugin.desktop calendardecoration.desktop calendarplugin.desktop calendardecoration.desktop

@ -11,7 +11,7 @@
install( FILES install( FILES
part.h baseview.h calendarviewbase.h mainwindow.h corehelper.h printplugin.h part.h baseview.h calendarviewbase.h mainwindow.h corehelper.h printplugin.h
DESTINATION ${INCLUDE_INSTALL_DIR}/korganizer ) DESTINATION ${INCLUDE_INSTALL_DIR}/kde/korganizer )
install( FILES install( FILES
korganizerpart.desktop korgprintplugin.desktop korganizerpart.desktop korgprintplugin.desktop

@ -28,7 +28,7 @@ link_directories(
install( FILES install( FILES
kabc_resourcexmlrpc.h kcal_resourcexmlrpc.h kabc_resourcexmlrpc.h kcal_resourcexmlrpc.h
DESTINATION ${INCLUDE_INSTALL_DIR}/kabc ) DESTINATION ${INCLUDE_INSTALL_DIR}/kde/kabc )
##### other data ################################ ##### other data ################################

@ -40,7 +40,7 @@ link_directories(
install( FILES install( FILES
kdepimmacros.h kpimprefs.h kdepimmacros.h kpimprefs.h
DESTINATION ${INCLUDE_INSTALL_DIR} ) DESTINATION ${INCLUDE_INSTALL_DIR}/kde )
##### other data ################################ ##### other data ################################

Loading…
Cancel
Save