don't install headers of plasmaquick

don't commit to binary stability just yet
This commit is contained in:
Marco Martin 2014-02-20 11:16:46 +01:00
parent 90c608f863
commit e9580fc257

View File

@ -44,12 +44,12 @@ set(plasmaquick_LIB_INCLUDES
packageurlinterceptor.h
)
install(FILES ${plasmaquick_LIB_INCLUDES}
DESTINATION ${INCLUDE_INSTALL_DIR}/plasmaquick COMPONENT Devel)
#install(FILES ${plasmaquick_LIB_INCLUDES}
# DESTINATION ${INCLUDE_INSTALL_DIR}/plasmaquick COMPONENT Devel)
install(DIRECTORY
includes/PlasmaQuick
DESTINATION ${INCLUDE_INSTALL_DIR}/KDE COMPONENT Devel)
#install(DIRECTORY
# includes/PlasmaQuick
# DESTINATION ${INCLUDE_INSTALL_DIR}/KDE COMPONENT Devel)
set(CMAKECONFIG_INSTALL_DIR "${CMAKECONFIG_INSTALL_PREFIX}/KF5PlasmaQuick")