aboutsummaryrefslogtreecommitdiff
path: root/automoc/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'automoc/CMakeLists.txt')
-rw-r--r--automoc/CMakeLists.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/automoc/CMakeLists.txt b/automoc/CMakeLists.txt
deleted file mode 100644
index 553aa1af..00000000
--- a/automoc/CMakeLists.txt
+++ /dev/null
@@ -1,5 +0,0 @@
-include_directories(${QT_INCLUDE_DIR})
-add_executable(kde4automoc kde4automoc.cpp)
-kde4_handle_rpath_for_executable(kde4automoc "RUN_UNINSTALLED")
-target_link_libraries(kde4automoc ${QT_QTCORE_LIBRARY})
-install(TARGETS kde4automoc DESTINATION ${BIN_INSTALL_DIR})