From 88073834d0052272dce61556b9508e66b84cd494 Mon Sep 17 00:00:00 2001 From: gregory guy Date: Sat, 11 Aug 2018 09:09:44 +0200 Subject: First bach of cmake files in order to convert tdeadmin from autotools to cmake building system. --- kuser/CMakeLists.txt | 47 ++++++++++++++++++++++++++++++++++++++++++++ kuser/icon/CMakeLists.txt | 4 ++++ kuser/pic/CMakeLists.txt | 5 +++++ kuser/toolbar/CMakeLists.txt | 1 + 4 files changed, 57 insertions(+) create mode 100644 kuser/CMakeLists.txt create mode 100644 kuser/icon/CMakeLists.txt create mode 100644 kuser/pic/CMakeLists.txt create mode 100644 kuser/toolbar/CMakeLists.txt (limited to 'kuser') 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 -- cgit v1.2.3