From 5110d1d3f29e45a58627650f9fc886eac5b942ec Mon Sep 17 00:00:00 2001 From: Allen Winter Date: Tue, 10 Jul 2007 14:11:49 +0000 Subject: [PATCH] remove kde4_automoc() svn path=/trunk/KDE/kdegraphics/okular/; revision=686063 --- CMakeLists.txt | 2 -- generators/chm/CMakeLists.txt | 1 - generators/chm/kio-msits/CMakeLists.txt | 1 - generators/comicbook/CMakeLists.txt | 1 - generators/djvu/CMakeLists.txt | 1 - generators/dvi/CMakeLists.txt | 1 - generators/fictionbook/CMakeLists.txt | 1 - generators/ghostview/CMakeLists.txt | 1 - generators/kimgio/CMakeLists.txt | 1 - generators/ooo/CMakeLists.txt | 1 - generators/plucker/CMakeLists.txt | 1 - generators/poppler/CMakeLists.txt | 1 - generators/tiff/CMakeLists.txt | 1 - generators/xps/CMakeLists.txt | 1 - shell/CMakeLists.txt | 1 - 15 files changed, 16 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index cc467b778..0f7d11da0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -78,7 +78,6 @@ kde4_add_ui_files(okularcore_SRCS kde4_add_kcfg_files(okularcore_SRCS conf/settings.kcfgc ) -kde4_automoc(${okularcore_SRCS}) kde4_add_library(okularcore SHARED ${okularcore_SRCS}) @@ -148,7 +147,6 @@ kde4_add_ui_files(okularpart_SRCS conf/dlgpresentationbase.ui ) -kde4_automoc(${okularpart_SRCS}) kde4_add_plugin(okularpart WITH_PREFIX ${okularpart_SRCS}) diff --git a/generators/chm/CMakeLists.txt b/generators/chm/CMakeLists.txt index 77444ec4b..21527e2a1 100644 --- a/generators/chm/CMakeLists.txt +++ b/generators/chm/CMakeLists.txt @@ -24,7 +24,6 @@ set(okularGenerator_chmlib_SRCS set(okularGenerator_chmlib_PART_SRCS ${chmlib_SRCS} ${okularGenerator_chmlib_SRCS} ) -kde4_automoc(${okularGenerator_chmlib_PART_SRCS}) kde4_add_plugin(okularGenerator_chmlib WITH_PREFIX ${okularGenerator_chmlib_PART_SRCS}) diff --git a/generators/chm/kio-msits/CMakeLists.txt b/generators/chm/kio-msits/CMakeLists.txt index f597c6192..b36407a39 100644 --- a/generators/chm/kio-msits/CMakeLists.txt +++ b/generators/chm/kio-msits/CMakeLists.txt @@ -8,7 +8,6 @@ include_directories( set(kio_msits_PART_SRCS msits.cpp ) -kde4_automoc(${kio_msits_PART_SRCS}) kde4_add_plugin(kio_msits ${kio_msits_PART_SRCS}) diff --git a/generators/comicbook/CMakeLists.txt b/generators/comicbook/CMakeLists.txt index 8351151f9..618adb190 100644 --- a/generators/comicbook/CMakeLists.txt +++ b/generators/comicbook/CMakeLists.txt @@ -11,7 +11,6 @@ set( okularGenerator_comicbook_PART_SRCS unrar.cpp ) -kde4_automoc(${okularGenerator_comicbook_PART_SRCS}) kde4_add_plugin(okularGenerator_comicbook WITH_PREFIX ${okularGenerator_comicbook_PART_SRCS}) diff --git a/generators/djvu/CMakeLists.txt b/generators/djvu/CMakeLists.txt index 2db24d0fe..dccedde4d 100644 --- a/generators/djvu/CMakeLists.txt +++ b/generators/djvu/CMakeLists.txt @@ -12,7 +12,6 @@ set(okularGenerator_djvu_SRCS kdjvu.cpp ) -kde4_automoc(${okularGenerator_djvu_SRCS}) kde4_add_plugin(okularGenerator_djvu WITH_PREFIX ${okularGenerator_djvu_SRCS}) diff --git a/generators/dvi/CMakeLists.txt b/generators/dvi/CMakeLists.txt index 8e9042b01..a3a59beb8 100644 --- a/generators/dvi/CMakeLists.txt +++ b/generators/dvi/CMakeLists.txt @@ -46,7 +46,6 @@ set(okularGenerator_dvi_SRCS dvisourcesplitter.cpp ) -kde4_automoc(${okularGenerator_dvi_SRCS}) kde4_add_plugin(okularGenerator_dvi WITH_PREFIX ${okularGenerator_dvi_SRCS}) diff --git a/generators/fictionbook/CMakeLists.txt b/generators/fictionbook/CMakeLists.txt index c1d6e2fc3..0d9e25c29 100644 --- a/generators/fictionbook/CMakeLists.txt +++ b/generators/fictionbook/CMakeLists.txt @@ -12,7 +12,6 @@ set(okularGenerator_fb_PART_SRCS generator_fb.cpp ) -kde4_automoc(${okularGenerator_fb_PART_SRCS}) kde4_add_plugin(okularGenerator_fb WITH_PREFIX ${okularGenerator_fb_PART_SRCS}) diff --git a/generators/ghostview/CMakeLists.txt b/generators/ghostview/CMakeLists.txt index e714d2bee..1b28051e1 100644 --- a/generators/ghostview/CMakeLists.txt +++ b/generators/ghostview/CMakeLists.txt @@ -26,7 +26,6 @@ kde4_add_ui_files(okularGenerator_ghostview_SRCS kde4_add_kcfg_files(okularGenerator_ghostview_SRCS conf/gssettings.kcfgc ) -kde4_automoc(${okularGenerator_ghostview_SRCS}) kde4_add_plugin(okularGenerator_ghostview WITH_PREFIX ${okularGenerator_ghostview_SRCS}) diff --git a/generators/kimgio/CMakeLists.txt b/generators/kimgio/CMakeLists.txt index 92233c67f..482411e6b 100644 --- a/generators/kimgio/CMakeLists.txt +++ b/generators/kimgio/CMakeLists.txt @@ -7,7 +7,6 @@ include_directories( set(okularGenerator_kimgio_PART_SRCS generator_kimgio.cpp ) -kde4_automoc(${okularGenerator_kimgio_PART_SRCS}) kde4_add_plugin(okularGenerator_kimgio WITH_PREFIX ${okularGenerator_kimgio_PART_SRCS}) diff --git a/generators/ooo/CMakeLists.txt b/generators/ooo/CMakeLists.txt index fcb0cb21e..4151032d4 100644 --- a/generators/ooo/CMakeLists.txt +++ b/generators/ooo/CMakeLists.txt @@ -15,7 +15,6 @@ set(okularGenerator_ooo_PART_SRCS styleparser.cpp ) -kde4_automoc(${okularGenerator_ooo_PART_SRCS}) kde4_add_plugin(okularGenerator_ooo WITH_PREFIX ${okularGenerator_ooo_PART_SRCS}) diff --git a/generators/plucker/CMakeLists.txt b/generators/plucker/CMakeLists.txt index f4e33a56b..a5486f286 100644 --- a/generators/plucker/CMakeLists.txt +++ b/generators/plucker/CMakeLists.txt @@ -19,7 +19,6 @@ set(okularGenerator_plucker_SRCS generator_plucker.cpp ) -kde4_automoc(${okularGenerator_plucker_SRCS}) kde4_add_plugin(okularGenerator_plucker WITH_PREFIX ${okularGenerator_plucker_SRCS} ${qunpluck_SRCS}) diff --git a/generators/poppler/CMakeLists.txt b/generators/poppler/CMakeLists.txt index 736172a8d..55887a358 100644 --- a/generators/poppler/CMakeLists.txt +++ b/generators/poppler/CMakeLists.txt @@ -18,7 +18,6 @@ if (HAVE_POPPLER_0_6) ) endif (HAVE_POPPLER_0_6) -kde4_automoc(${okularGenerator_poppler_PART_SRCS}) kde4_add_plugin(okularGenerator_poppler WITH_PREFIX ${okularGenerator_poppler_PART_SRCS}) diff --git a/generators/tiff/CMakeLists.txt b/generators/tiff/CMakeLists.txt index 54f704532..6b5083b82 100644 --- a/generators/tiff/CMakeLists.txt +++ b/generators/tiff/CMakeLists.txt @@ -10,7 +10,6 @@ set(okularGenerator_tiff_SRCS generator_tiff.cpp ) -kde4_automoc(${okularGenerator_tiff_SRCS}) kde4_add_plugin(okularGenerator_tiff WITH_PREFIX ${okularGenerator_tiff_SRCS}) diff --git a/generators/xps/CMakeLists.txt b/generators/xps/CMakeLists.txt index 6d335014e..88b3c3201 100644 --- a/generators/xps/CMakeLists.txt +++ b/generators/xps/CMakeLists.txt @@ -9,7 +9,6 @@ set(okularGenerator_xps_SRCS generator_xps.cpp ) -kde4_automoc(${okularGenerator_xps_SRCS}) kde4_add_plugin(okularGenerator_xps WITH_PREFIX ${okularGenerator_xps_SRCS}) diff --git a/shell/CMakeLists.txt b/shell/CMakeLists.txt index 89e6e2972..494ac50a2 100644 --- a/shell/CMakeLists.txt +++ b/shell/CMakeLists.txt @@ -10,7 +10,6 @@ set(okular_SRCS shell.cpp ) -kde4_automoc(${okular_SRCS}) kde4_add_executable(okular ${okular_SRCS})