diff options
Diffstat (limited to 'core/CMakeLists.txt')
-rw-r--r-- | core/CMakeLists.txt | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/core/CMakeLists.txt b/core/CMakeLists.txt index 896959b84..f9e782a94 100644 --- a/core/CMakeLists.txt +++ b/core/CMakeLists.txt @@ -11,8 +11,8 @@ include_directories( ${CMAKE_SOURCE_DIR} - ${CMAKE_CURRENT_BINARY_DIR} ${CMAKE_CURRENT_SOURCE_DIR} + ${CMAKE_CURRENT_BINARY_DIR} ${TQT_INCLUDE_DIRS} ${POLKIT_INCLUDE_DIRS} ) @@ -24,20 +24,22 @@ link_directories( ##### install headers ########################### -install( FILES +install( + FILES polkit-tqt-actiondescription.h polkit-tqt-authority.h polkit-tqt-details.h polkit-tqt-identity.h polkit-tqt-subject.h polkit-tqt-temporaryauthorization.h - DESTINATION ${INCLUDE_INSTALL_DIR} ) + DESTINATION ${INCLUDE_INSTALL_DIR} +) ##### polkit-tqt-core (shared) ######################### tde_add_library( polkit-tqt-core SHARED AUTOMOC - SOURCES ${polkit_tqt_MOCS} + SOURCES ${polkit_tqt_core_MOCS} polkit-tqt-actiondescription.cpp polkit-tqt-authority.cpp polkit-tqt-details.cpp @@ -53,4 +55,4 @@ tde_add_library( polkit-tqt-core SHARED AUTOMOC ## ## set_target_properties(polkit-tqt-core-1 PROPERTIES VERSION ${POLKITTQT-1_LIBRARY_VERSION} ## SOVERSION ${POLKITTQT-1_ABI_VERSION} -## DEFINE_SYMBOL MAKE_POLKITTQT1_LIB) +## DEFINE_SYMBOL MAKE_POLKIT_TQT_LIB) |