From a8e9f8dd80bddc39a64cd807880b5630fb9efec7 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Tue, 16 Nov 2021 00:33:12 +0900 Subject: Conversion of 'agent' library module. Signed-off-by: Michele Calgaro --- gui/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gui') diff --git a/gui/CMakeLists.txt b/gui/CMakeLists.txt index 2a071e12c..d3f6e93e9 100644 --- a/gui/CMakeLists.txt +++ b/gui/CMakeLists.txt @@ -15,6 +15,7 @@ include_directories( ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR} ${TQT_INCLUDE_DIRS} + ${POLKIT_GOBJECT_INCLUDE_DIRS} ) link_directories( @@ -41,7 +42,7 @@ tde_add_library( polkit-tqt-gui SHARED AUTOMOC polkit-tqt-gui-actionbutton.cpp polkit-tqt-gui-actionbuttons.cpp VERSION 0.0.0 - LINK ${TQT_LIBRARIES} ${POLKIT_LIBRARIES} polkit-tqt-core-shared + LINK ${TQT_LIBRARIES} ${POLKIT_GOBJECT_LIBRARIES} polkit-tqt-core-shared DESTINATION ${LIB_INSTALL_DIR} ) -- cgit v1.2.1