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} )