summaryrefslogtreecommitdiffstats
path: root/kuser
diff options
context:
space:
mode:
Diffstat (limited to 'kuser')
-rw-r--r--kuser/CMakeLists.txt47
-rw-r--r--kuser/icon/CMakeLists.txt4
-rw-r--r--kuser/pic/CMakeLists.txt5
-rw-r--r--kuser/toolbar/CMakeLists.txt1
4 files changed, 57 insertions, 0 deletions
diff --git a/kuser/CMakeLists.txt b/kuser/CMakeLists.txt
new file mode 100644
index 0000000..2ecfd90
--- /dev/null
+++ b/kuser/CMakeLists.txt
@@ -0,0 +1,47 @@
+# This file is genereted by trinity-automake-cmake-convert script by Fat-Zer
+
+add_subdirectory( pic )
+add_subdirectory( toolbar )
+add_subdirectory( icon )
+
+include_directories(
+ ${CMAKE_BINARY_DIR}
+ ${CMAKE_CURRENT_BINARY_DIR}
+ ${CMAKE_CURRENT_SOURCE_DIR}
+ ${CMAKE_SOURCE_DIR}/kuser
+ ${TDE_INCLUDE_DIR}
+ ${TQT_INCLUDE_DIRS}
+)
+
+link_directories(
+ ${TQT_LIBRARY_DIRS}
+)
+
+
+##### kuser (executable) ########################
+
+tde_add_executable( kuser AUTOMOC
+ SOURCES mainWidget.cpp editGroup.cpp kuservw.cpp kgroupvw.cpp delUser.cpp
+ kuser.cpp kgroup.cpp main.cpp mainView.cpp propdlg.cpp misc.cpp pwddlg.cpp
+ addUser.cpp editDefaults.cpp tdeglobal.cpp sid.cpp kuserfiles.cpp
+ 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
+ DESTINATION ${BIN_INSTALL_DIR}
+)
+
+
+##### other data ################################
+
+install( FILES kuserui.rc
+ DESTINATION ${DATA_INSTALL_DIR}/kuser
+)
+
+install( FILES kuser.desktop
+ DESTINATION ${XDG_APPS_INSTALL_DIR}
+)
+
+install( FILES kuser.kcfg
+ DESTINATION ${KCFG_INSTALL_DIR}
+)
diff --git a/kuser/icon/CMakeLists.txt b/kuser/icon/CMakeLists.txt
new file mode 100644
index 0000000..58576a9
--- /dev/null
+++ b/kuser/icon/CMakeLists.txt
@@ -0,0 +1,4 @@
+# This file is genereted by trinity-automake-cmake-convert script by Fat-Zer
+
+tde_install_icons( kuser )
+
diff --git a/kuser/pic/CMakeLists.txt b/kuser/pic/CMakeLists.txt
new file mode 100644
index 0000000..ab2f4de
--- /dev/null
+++ b/kuser/pic/CMakeLists.txt
@@ -0,0 +1,5 @@
+# This file is genereted by trinity-automake-cmake-convert script by Fat-Zer
+
+install( FILES group.png user.png
+ DESTINATION ${DATA_INSTALL_DIR}/kuser/pics/
+)
diff --git a/kuser/toolbar/CMakeLists.txt b/kuser/toolbar/CMakeLists.txt
new file mode 100644
index 0000000..89a876b
--- /dev/null
+++ b/kuser/toolbar/CMakeLists.txt
@@ -0,0 +1 @@
+# This file is genereted by trinity-automake-cmake-convert script by Fat-Zer