diff options
author | Timothy Pearson <[email protected]> | 2013-01-26 13:18:06 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-26 13:18:06 -0600 |
commit | 79fd2b2bbd9f842ce3c84c67e3314033a9cceea4 (patch) | |
tree | d6d2174614dc2384de6f77a930aaf3d06b276fae /kwallet/konfigurator/CMakeLists.txt | |
parent | c3e3301aba81e1c1771fa309941888a8b0fb59bc (diff) | |
download | tdeutils-79fd2b2bbd9f842ce3c84c67e3314033a9cceea4.tar.gz tdeutils-79fd2b2bbd9f842ce3c84c67e3314033a9cceea4.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'kwallet/konfigurator/CMakeLists.txt')
-rw-r--r-- | kwallet/konfigurator/CMakeLists.txt | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/kwallet/konfigurator/CMakeLists.txt b/kwallet/konfigurator/CMakeLists.txt deleted file mode 100644 index e6af5e7..0000000 --- a/kwallet/konfigurator/CMakeLists.txt +++ /dev/null @@ -1,45 +0,0 @@ -################################################# -# -# (C) 2012 Golubev Alexander -# fatzer2 (AT) gmail.com -# -# Improvements and feedback are welcome -# -# This file is released under GPL >= 2 -# -################################################# - -include_directories( - ${CMAKE_BINARY_DIR} - ${CMAKE_CURRENT_BINARY_DIR} - ${CMAKE_CURRENT_SOURCE_DIR} - ${TDE_INCLUDE_DIR} - ${TQT_INCLUDE_DIRS} -) - -link_directories( - ${TQT_LIBRARY_DIRS} -) - - -##### kcm_kwallet (kpart) ####################### - -tde_add_kpart( kcm_kwallet AUTOMOC - SOURCES walletconfigwidget.ui konfigurator.cpp - LINK tdeui-shared kwalletclient-shared - DESTINATION ${PLUGIN_INSTALL_DIR} -) - - -##### other data ################################ - -install( FILES kwalletconfig.desktop - DESTINATION ${XDG_APPS_INSTALL_DIR} -) - -install( - FILES - kwallet_config.desktop - kwalletmanager_show.desktop - DESTINATION ${SERVICES_INSTALL_DIR} -) |