diff options
author | Michele Calgaro <[email protected]> | 2021-11-12 22:58:55 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2021-11-12 22:58:55 +0900 |
commit | 8f1d08da58bce00523534cf39807732f7dee91ce (patch) | |
tree | 89b1626237ca159c85e9489330bd24bc10040a6b /core/CMakeLists.txt | |
parent | 4606c91f4c62ae540df8edca973c2c5e405227d7 (diff) | |
download | polkit-tqt-8f1d08da58bce00523534cf39807732f7dee91ce.tar.gz polkit-tqt-8f1d08da58bce00523534cf39807732f7dee91ce.zip |
More PolkitTQt1 -> PolkitTQt renaming.
Signed-off-by: Michele Calgaro <[email protected]>
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) |