summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-05-08 06:40:58 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-05-08 06:40:58 +0000
commit09e6e27fe85b2efb28072f1c81f6581fa6837d92 (patch)
tree566c03d9c5b6fec0b8b41cc427bd15b4dba9d25a
parent301036d85a5e6404941e296263c6faaa47eb18b1 (diff)
downloadknemo-09e6e27f.tar.gz
knemo-09e6e27f.zip
Remove badly broken and unfinished (garbage) CMakLists file from knemo
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/knemo@1230839 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
-rw-r--r--CMakeLists.txt14
1 files changed, 0 insertions, 14 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
deleted file mode 100644
index acf2b50..0000000
--- a/CMakeLists.txt
+++ /dev/null
@@ -1,14 +0,0 @@
-#project(extragear-network)
-
-#set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${CMAKE_SOURCE_DIR}/cmake/modules )
-
-# search packages used by KDE
-find_package(KDE4 REQUIRED)
-include (KDE4Defaults)
-include (MacroLibrary)
-include(MacroOptionalAddSubdirectory)
-
-
-add_definitions (${QT_DEFINITIONS} ${KDE4_DEFINITIONS})
-
-macro_optional_add_subdirectory(kftpgrabber)