diff options
Diffstat (limited to 'kwin/clients/quartz/CMakeLists.txt')
-rw-r--r-- | kwin/clients/quartz/CMakeLists.txt | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/kwin/clients/quartz/CMakeLists.txt b/kwin/clients/quartz/CMakeLists.txt deleted file mode 100644 index c521bc19c..000000000 --- a/kwin/clients/quartz/CMakeLists.txt +++ /dev/null @@ -1,37 +0,0 @@ -################################################# -# -# (C) 2010-2011 Serghei Amelian -# serghei (DOT) amelian (AT) gmail.com -# -# Improvements and feedback are welcome -# -# This file is released under GPL >= 2 -# -################################################# - -add_subdirectory( config ) - -include_directories( - ${CMAKE_CURRENT_BINARY_DIR} - ${CMAKE_SOURCE_DIR}/twin/lib - ${TDE_INCLUDE_DIR} - ${TQT_INCLUDE_DIRS} -) - -link_directories( - ${TQT_LIBRARY_DIRS} -) - - -##### other data ################################ - -install( FILES quartz.desktop DESTINATION ${DATA_INSTALL_DIR}/twin ) - - -##### twin3_quartz (module) ##################### - -tde_add_kpart( twin3_quartz AUTOMOC - SOURCES quartz.cpp - LINK tdecorations-shared tdeui-shared - DESTINATION ${PLUGIN_INSTALL_DIR} -) |