diff options
Diffstat (limited to 'kwin-styles/system/CMakeLists.txt')
-rw-r--r-- | kwin-styles/system/CMakeLists.txt | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/kwin-styles/system/CMakeLists.txt b/kwin-styles/system/CMakeLists.txt deleted file mode 100644 index 09a3a966..00000000 --- a/kwin-styles/system/CMakeLists.txt +++ /dev/null @@ -1,32 +0,0 @@ -################################################# -# -# (C) 2011 Golubev Alexander -# fatzer2 (AT) gmail.com -# -# Improvements and feedback are welcome -# -# This file is released under GPL >= 2 -# -################################################# - -include_directories( - ${CMAKE_CURRENT_BINARY_DIR} - ${TDE_INCLUDE_DIR} - ${TQT_INCLUDE_DIRS} -) - -link_directories( - ${TQT_LIBRARY_DIRS} -) - -##### other data ################################ - -install( FILES system.desktop DESTINATION ${DATA_INSTALL_DIR}/twin ) - -##### twin3_system ############################### - -tde_add_kpart( twin3_system AUTOMOC - SOURCES systemclient.cpp - LINK tdecorations-shared - DESTINATION ${PLUGIN_INSTALL_DIR} -) |