diff options
Diffstat (limited to 'kstyles/plastik/config/CMakeLists.txt')
-rw-r--r-- | kstyles/plastik/config/CMakeLists.txt | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/kstyles/plastik/config/CMakeLists.txt b/kstyles/plastik/config/CMakeLists.txt deleted file mode 100644 index b8534cea7..000000000 --- a/kstyles/plastik/config/CMakeLists.txt +++ /dev/null @@ -1,37 +0,0 @@ -################################################# -# -# (C) 2010 Serghei Amelian -# serghei (DOT) amelian (AT) gmail.com -# -# Improvements and feedback are welcome -# -# This file is released under GPL >= 2 -# -################################################# - -include_directories( - ${TQT_INCLUDE_DIRS} - ${CMAKE_CURRENT_BINARY_DIR} - ${CMAKE_BINARY_DIR}/tdecore - ${CMAKE_SOURCE_DIR}/tdecore - ${CMAKE_SOURCE_DIR}/tdeui -) - -link_directories( - ${TQT_LIBRARY_DIRS} -) - - -##### kstyle_plastik_config ###################### - -set( target kstyle_plastik_config ) - -set( ${target}_SRCS - plastikconf.cpp -) - -tde_add_kpart( ${target} AUTOMOC - SOURCES ${${target}_SRCS} - LINK tdeui-shared - DESTINATION ${PLUGIN_INSTALL_DIR} -) |