summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsamelian <samelian@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-05-11 16:23:24 +0000
committersamelian <samelian@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-05-11 16:23:24 +0000
commit1b2094d73f2a970b8246aa02af25c027069abeaa (patch)
tree42ebabb07a61685f873352284482cb79f92a2cb9
parentceb29cc5a61285070794bd3a9d1e67d20fb9ca61 (diff)
downloadarts-1b2094d7.tar.gz
arts-1b2094d7.zip
[arts/qtmcop] fixed automoc problem
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/arts@1231418 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
-rw-r--r--qtmcop/CMakeLists.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/qtmcop/CMakeLists.txt b/qtmcop/CMakeLists.txt
index a4ff199..6b68c18 100644
--- a/qtmcop/CMakeLists.txt
+++ b/qtmcop/CMakeLists.txt
@@ -35,9 +35,8 @@ install( FILES
##### qtmcop ##############################
set( qtmcop_SRCS qiomanager.cc )
-tde_moc( qtmcop_SRCS qiomanager_p.h )
-tde_add_library( qtmcop SHARED
+tde_add_library( qtmcop SHARED AUTOMOC
SOURCES ${qtmcop_SRCS}
VERSION 1.0.0
LINK mcop-shared ${TQT_LIBRARIES}