┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/CMakeLists.txt3
-rw-r--r--src/tests/CMakeLists.txt1
2 files changed, 0 insertions, 4 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 802e4ffdd..2484b3b05 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -33,7 +33,6 @@ kde4_add_kcfg_files(dolphinprivate_LIB_SRCS
dolphin_generalsettings.kcfgc)
-kde4_automoc(${dolphinprivate_LIB_SRCS})
kde4_add_library(dolphinprivate SHARED ${dolphinprivate_LIB_SRCS})
@@ -58,7 +57,6 @@ set(dolphinpart_SRCS
dolphinpart.cpp
)
-kde4_automoc(${dolphinpart_SRCS})
kde4_add_plugin(dolphinpart ${dolphinpart_SRCS})
@@ -105,7 +103,6 @@ set(dolphin_SRCS
viewsettingspage.cpp
viewpropsprogressinfo.cpp )
-kde4_automoc(${dolphin_SRCS})
qt4_add_dbus_adaptor(dolphin_SRCS
org.kde.dolphin.Application.xml
diff --git a/src/tests/CMakeLists.txt b/src/tests/CMakeLists.txt
index 7e97854f6..12f6098d8 100644
--- a/src/tests/CMakeLists.txt
+++ b/src/tests/CMakeLists.txt
@@ -2,7 +2,6 @@ include_directories( ${CMAKE_CURRENT_SOURCE_DIR}/.. )
########### renamedialogtest ###############
-kde4_automoc(renamedialogtest.cpp)
kde4_add_unit_test(renamedialogtest renamedialogtest.cpp)