diff options
author | samelian <samelian@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-05-11 16:23:24 +0000 |
---|---|---|
committer | samelian <samelian@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-05-11 16:23:24 +0000 |
commit | 1b2094d73f2a970b8246aa02af25c027069abeaa (patch) | |
tree | 42ebabb07a61685f873352284482cb79f92a2cb9 /qtmcop | |
parent | ceb29cc5a61285070794bd3a9d1e67d20fb9ca61 (diff) | |
download | arts-1b2094d73f2a970b8246aa02af25c027069abeaa.tar.gz arts-1b2094d73f2a970b8246aa02af25c027069abeaa.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
Diffstat (limited to 'qtmcop')
-rw-r--r-- | qtmcop/CMakeLists.txt | 3 |
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} |