summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2022-01-13 11:11:43 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2022-01-13 11:11:43 +0900
commitf8533956739bea04e3436923d56ea04ca6c16511 (patch)
tree40fe68056a421269b9e8c8b555a37c7b175b4ca2 /src
parentc69accc7cf28c4ede05687233a6d23d221905646 (diff)
downloadpolkit-agent-tde-f8533956739bea04e3436923d56ea04ca6c16511.tar.gz
polkit-agent-tde-f8533956739bea04e3436923d56ea04ca6c16511.zip
Some improvements to cmake files.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src')
-rw-r--r--src/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index efbf17b..748e9e7 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -9,6 +9,7 @@
#
#################################################
+tde_import( polkit-tqt )
include_directories(
${CMAKE_SOURCE_DIR}
@@ -37,6 +38,6 @@ tde_create_translated_desktop(
tde_add_executable( polkit-agent-tde AUTOMOC
SOURCES AuthDialogWidget.ui AuthDetailsWidget.ui AuthDialog.h AuthDialog.cpp
polkit-listener.h polkit-listener.cpp polkit-agent-tde.h polkit-agent-tde.cpp main.cpp
- LINK tdecore-shared tdeui-shared polkit-tqt-core polkit-tqt-agent
+ LINK tdecore-shared tdeui-shared polkit-tqt-agent-shared
DESTINATION ${BIN_INSTALL_DIR}
)