diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/CMakeLists.txt | 12 | ||||
-rw-r--r-- | core/polkit-tqt-authority.h | 2 |
2 files changed, 8 insertions, 6 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) diff --git a/core/polkit-tqt-authority.h b/core/polkit-tqt-authority.h index 6d79d91af..4df6a8a02 100644 --- a/core/polkit-tqt-authority.h +++ b/core/polkit-tqt-authority.h @@ -112,7 +112,7 @@ class POLKIT_TQT_EXPORT Authority : public TQObject E_RegisterFailed = 0x06, /** Unregistration of authentication agent failed **/ E_UnregisterFailed = 0x07, - /** Cookie or polkittqt1-identity.handled to the action is empty **/ + /** Cookie or polkit-tqt-identity.handled to the action is empty **/ E_CookieOrIdentityEmpty = 0x08, /** Response of auth agent failed **/ E_AgentResponseFailed = 0x09, |