diff options
Diffstat (limited to 'gui')
-rw-r--r-- | gui/CMakeLists.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gui/CMakeLists.txt b/gui/CMakeLists.txt index 0627613a7..8a1f39695 100644 --- a/gui/CMakeLists.txt +++ b/gui/CMakeLists.txt @@ -30,19 +30,20 @@ install( polkit-tqt-gui-action.h polkit-tqt-gui-actionbutton.h polkit-tqt-gui-actionbuttons.h - DESTINATION ${INCLUDE_INSTALL_DIR} + DESTINATION ${INCLUDE_INSTALL_DIR}/${CMAKE_PROJECT_NAME} ) ##### polkit-tqt-gui (shared) ######################### tde_add_library( polkit-tqt-gui SHARED AUTOMOC - SOURCES ${polkit_tqt_gui_MOCS} + SOURCES polkit-tqt-gui-action.cpp polkit-tqt-gui-actionbutton.cpp polkit-tqt-gui-actionbuttons.cpp VERSION 0.0.0 CXX_FEATURES cxx_nullptr - LINK ${TQT_LIBRARIES} ${POLKIT_GOBJECT_LIBRARIES} polkit-tqt-core-shared + LINK polkit-tqt-core-shared + LINK_PRIVATE ${POLKIT_GOBJECT_LIBRARIES} DESTINATION ${LIB_INSTALL_DIR} ) |