diff options
Diffstat (limited to 'kstyles/asteroid/CMakeLists.txt')
-rw-r--r-- | kstyles/asteroid/CMakeLists.txt | 46 |
1 files changed, 0 insertions, 46 deletions
diff --git a/kstyles/asteroid/CMakeLists.txt b/kstyles/asteroid/CMakeLists.txt deleted file mode 100644 index d198efdef..000000000 --- a/kstyles/asteroid/CMakeLists.txt +++ /dev/null @@ -1,46 +0,0 @@ -################################################# -# -# (C) 2010 Serghei Amelian -# serghei (DOT) amelian (AT) gmail.com -# -# Improvements and feedback are welcome -# -# This file is released under GPL >= 2 -# -################################################# - -add_definitions( - -DQT_PLUGIN -) - -include_directories( - ${TQT_INCLUDE_DIRS} - ${CMAKE_CURRENT_BINARY_DIR} - ${CMAKE_BINARY_DIR}/tdecore - ${CMAKE_SOURCE_DIR}/tdefx - ${CMAKE_SOURCE_DIR}/tdecore -) - -link_directories( - ${TQT_LIBRARY_DIRS} -) - - -##### other data ################################ - -install( FILES asteroid.themerc DESTINATION ${DATA_INSTALL_DIR}/kstyle/themes ) - - -##### asteroid ################################### - -set( target asteroid ) - -set( ${target}_SRCS - asteroid.cpp -) - -tde_add_kpart( ${target} AUTOMOC - SOURCES ${${target}_SRCS} - LINK tdefx-shared - DESTINATION ${PLUGIN_INSTALL_DIR}/plugins/styles -) |