From dad42352f4ad47d34caf50040367dc2a95772baa Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Sun, 18 Aug 2013 10:14:48 -0500 Subject: Rename KStyle to TDEStyle to avoid conflicts with KDE4. --- kstyles/highcontrast/CMakeLists.txt | 49 ------------------------------------- 1 file changed, 49 deletions(-) delete mode 100644 kstyles/highcontrast/CMakeLists.txt (limited to 'kstyles/highcontrast/CMakeLists.txt') diff --git a/kstyles/highcontrast/CMakeLists.txt b/kstyles/highcontrast/CMakeLists.txt deleted file mode 100644 index ec948a719..000000000 --- a/kstyles/highcontrast/CMakeLists.txt +++ /dev/null @@ -1,49 +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_subdirectory( config ) - - -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 highcontrast.themerc DESTINATION ${DATA_INSTALL_DIR}/kstyle/themes ) - - -##### highcontrast ############################## - -set( target highcontrast ) - -set( ${target}_SRCS - highcontrast.cpp -) - -tde_add_kpart( ${target} AUTOMOC - SOURCES ${${target}_SRCS} - LINK tdefx-shared - DESTINATION ${PLUGIN_INSTALL_DIR}/plugins/styles -) -- cgit v1.2.1