summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgregory guy <g-gregory@gmx.fr>2018-08-12 10:43:28 +0200
committerSlávek Banko <slavek.banko@axis.cz>2018-09-01 18:41:34 +0200
commit14f6c3983a59036c69ebf5e2478fdf4b8e619b01 (patch)
tree506ede657bd7762099cf28312916ef12e0791121
parent88073834d0052272dce61556b9508e66b84cd494 (diff)
downloadtdeadmin-14f6c398.tar.gz
tdeadmin-14f6c398.zip
kuser is building.
added DCOP-shared tdefx tdetexteditor tdentlm to the linker.
-rw-r--r--kuser/CMakeLists.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/kuser/CMakeLists.txt b/kuser/CMakeLists.txt
index 2ecfd90..a85c326 100644
--- a/kuser/CMakeLists.txt
+++ b/kuser/CMakeLists.txt
@@ -15,6 +15,7 @@ include_directories(
link_directories(
${TQT_LIBRARY_DIRS}
+ ${TDE_LIB_DIR}
)
@@ -27,7 +28,8 @@ tde_add_executable( kuser AUTOMOC
kgroupfiles.cpp kuserldap.cpp kgroupldap.cpp kusersystem.cpp
kgroupsystem.cpp selectconn.cpp sha1.cpp kuserprefs.kcfgc filessettings.ui
generalsettings.ui ldapsettings.ui ldapsamba.ui passwordpolicy.ui
- LINK tdecore-shared tdeui-shared tdeio-shared tdeui-shared crypt tdeabc_ldaptdeio tdeabc ldap
+ LINK tdecore-shared tdeui-shared tdeio-shared tdeui-shared DCOP-shared tdefx
+ tdetexteditor crypt tdeabc_ldaptdeio tdeabc ldap tdentlm
DESTINATION ${BIN_INSTALL_DIR}
)