summaryrefslogtreecommitdiffstats
path: root/tdecore/kconfig_compiler/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tdecore/kconfig_compiler/CMakeLists.txt')
-rw-r--r--tdecore/kconfig_compiler/CMakeLists.txt29
1 files changed, 0 insertions, 29 deletions
diff --git a/tdecore/kconfig_compiler/CMakeLists.txt b/tdecore/kconfig_compiler/CMakeLists.txt
deleted file mode 100644
index 4acc09f51..000000000
--- a/tdecore/kconfig_compiler/CMakeLists.txt
+++ /dev/null
@@ -1,29 +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_BINARY_DIR}/tdecore
- ${CMAKE_SOURCE_DIR}/tdecore
-)
-
-link_directories(
- ${TQT_LIBRARY_DIRS}
-)
-
-
-##### kconfig_compiler ##########################
-
-tde_add_executable( kconfig_compiler
- SOURCES kconfig_compiler.cpp
- LINK tdecore-shared
- DESTINATION ${BIN_INSTALL_DIR}
-)