remove kde4_automoc()

svn path=/trunk/KDE/kdebase/apps/; revision=685984
This commit is contained in:
Allen Winter 2007-07-10 09:14:12 +00:00
parent d2e11ce88f
commit d645b59bb1
39 changed files with 0 additions and 54 deletions

View file

@ -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

View file

@ -2,7 +2,6 @@ include_directories( ${CMAKE_CURRENT_SOURCE_DIR}/.. )
########### renamedialogtest ###############
kde4_automoc(renamedialogtest.cpp)
kde4_add_unit_test(renamedialogtest renamedialogtest.cpp)

View file

@ -11,7 +11,6 @@ add_definitions (-DQT3_SUPPORT)
set(kappfinder_SRCS main.cpp toplevel.cpp common.cpp )
kde4_automoc(${kappfinder_SRCS})
kde4_add_executable(kappfinder ${kappfinder_SRCS})
@ -24,7 +23,6 @@ install(TARGETS kappfinder DESTINATION ${BIN_INSTALL_DIR})
set(kappfinder_install_SRCS main_install.cpp common.cpp )
kde4_automoc(${kappfinder_install_SRCS})
kde4_add_executable(kappfinder_install ${kappfinder_install_SRCS})

View file

@ -6,7 +6,6 @@ add_subdirectory( kcm )
set(kdepasswd_SRCS kdepasswd.cpp passwd.cpp passwddlg.cpp )
kde4_automoc(${kdepasswd_SRCS})
kde4_add_executable(kdepasswd ${kdepasswd_SRCS})

View file

@ -7,7 +7,6 @@ add_definitions(-DQT3_SUPPORT)
set(kcm_useraccount_PART_SRCS chfnprocess.cpp main.cpp chfacedlg.cpp )
kde4_automoc(${kcm_useraccount_PART_SRCS})
kde4_add_ui_files(kcm_useraccount_PART_SRCS main_widget.ui )

View file

@ -11,7 +11,6 @@ set(kdialog_SRCS
qt4_add_dbus_adaptor( kdialog_SRCS org.kde.kdialog.ProgressDialog.xml progressdialog.h KProgressDialog )
kde4_automoc(${kdialog_SRCS})
kde4_add_executable(kdialog ${kdialog_SRCS})

View file

@ -5,7 +5,6 @@ include_directories( ${CMAKE_SOURCE_DIR}/libkonq )
set(kbookmarkmerger_SRCS kbookmarkmerger.cpp )
kde4_automoc(${kbookmarkmerger_SRCS})
kde4_add_executable(kbookmarkmerger ${kbookmarkmerger_SRCS})
@ -42,7 +41,6 @@ ADD_CUSTOM_COMMAND(OUTPUT ${toplevel_xml}
QT4_ADD_DBUS_INTERFACE( keditbookmarks_KDEINIT_SRCS ${toplevel_xml} toplevel_interface )
kde4_automoc(${keditbookmarks_KDEINIT_SRCS})

View file

@ -9,7 +9,6 @@ add_definitions (-DQT3_SUPPORT)
set(libkfindcommon_SRCS kftabdlg.cpp kfind.cpp kquery.cpp kdatecombo.cpp)
set(kfindpart_PART_SRCS kfindpart.cpp ${libkfindcommon_SRCS})
kde4_automoc(${kfindpart_PART_SRCS})
kde4_add_plugin(kfindpart WITH_PREFIX ${kfindpart_PART_SRCS})
@ -23,7 +22,6 @@ install(TARGETS kfindpart DESTINATION ${PLUGIN_INSTALL_DIR} )
set(kfind_SRCS kfwin.cpp kfinddlg.cpp main.cpp ${libkfindcommon_SRCS})
kde4_automoc(${kfind_SRCS})
kde4_add_executable(kfind ${kfind_SRCS})

View file

@ -5,7 +5,6 @@ include_directories( ${CMAKE_SOURCE_DIR}/libkonq )
set(konq_aboutpage_PART_SRCS konq_aboutpage.cc )
kde4_automoc(${konq_aboutpage_PART_SRCS})
kde4_add_plugin(konq_aboutpage ${konq_aboutpage_PART_SRCS})

View file

@ -5,7 +5,6 @@ set(kfmclient_SRCS kfmclient.cpp )
qt4_add_dbus_interface( kfmclient_SRCS ../src/org.kde.Konqueror.Main.xml konq_main_interface )
qt4_add_dbus_interface( kfmclient_SRCS ../src/org.kde.Konqueror.MainWindow.xml konq_mainwindow_interface )
kde4_automoc(${kfmclient_SRCS})
add_definitions(-DQT_NO_CAST_ASCII)

View file

@ -11,7 +11,6 @@ set(konq_part_PART_SRCS
konq_itemdelegate.cc
konq_iconviewitemdelegate.cc )
kde4_automoc(${konq_part_PART_SRCS})
kde4_add_plugin(konq_part ${konq_part_PART_SRCS})

View file

@ -5,7 +5,6 @@
set(khtmlkttsdplugin_PART_SRCS khtmlkttsd.cpp )
kde4_automoc(${khtmlkttsdplugin_PART_SRCS})
kde4_add_plugin(khtmlkttsdplugin WITH_PREFIX ${khtmlkttsdplugin_PART_SRCS})

View file

@ -10,7 +10,6 @@ kde4_add_kcfg_files(kded_konqy_preloader_PART_SRCS ${CMAKE_CURRENT_SOURCE_DIR}/.
qt4_add_dbus_adaptor(kded_konqy_preloader_PART_SRCS org.kde.konqueror.Preloader.xml preloader.h KonqyPreloader)
kde4_automoc(${kded_konqy_preloader_PART_SRCS})
kde4_add_plugin(kded_konqy_preloader ${kded_konqy_preloader_PART_SRCS})

View file

@ -5,7 +5,6 @@ include_directories( ${CMAKE_SOURCE_DIR}/libkonq )
set(konq_remoteencoding_PART_SRCS kremoteencodingplugin.cpp )
kde4_automoc(${konq_remoteencoding_PART_SRCS})
kde4_add_plugin(konq_remoteencoding ${konq_remoteencoding_PART_SRCS})

View file

@ -5,7 +5,6 @@
set(kcm_css_PART_SRCS template.cpp kcmcss.cpp )
kde4_automoc(${kcm_css_PART_SRCS})
kde4_add_ui_files(kcm_css_PART_SRCS csscustom.ui cssconfig.ui preview.ui)

View file

@ -3,7 +3,6 @@
set(kcm_kurifilt_PART_SRCS filteropts.cpp main.cpp )
kde4_automoc(${kcm_kurifilt_PART_SRCS})
kde4_add_plugin(kcm_kurifilt ${kcm_kurifilt_PART_SRCS})

View file

@ -4,7 +4,6 @@ set(libfiletypes_SRCS filetypedetails.cpp filegroupdetails.cpp kservicelistwidge
set(kcm_filetypes_PART_SRCS filetypesview.cpp ${libfiletypes_SRCS})
kde4_automoc(${kcm_filetypes_PART_SRCS})
kde4_add_plugin(kcm_filetypes ${kcm_filetypes_PART_SRCS})
@ -16,7 +15,6 @@ install(TARGETS kcm_filetypes DESTINATION ${PLUGIN_INSTALL_DIR} )
set(keditfiletype_SRCS keditfiletype.cpp ${libfiletypes_SRCS})
kde4_automoc(${keditfiletype_SRCS})
kde4_add_executable(keditfiletype ${keditfiletype_SRCS})

View file

@ -24,7 +24,6 @@ set(kcm_kio_PART_SRCS
ksaveioconfig.cpp
socks.cpp )
kde4_automoc(${kcm_kio_PART_SRCS})
kde4_add_ui_files(kcm_kio_PART_SRCS cache_ui.ui manualproxy_ui.ui envvarproxy_ui.ui policydlg_ui.ui uagentproviderdlg_ui.ui kcookiesmanagementdlg_ui.ui useragentdlg_ui.ui socksbase.ui kproxydlg_ui.ui kcookiespoliciesdlg_ui.ui kcookiesmanagementdlg_ui.ui)

View file

@ -20,7 +20,6 @@ set(kcm_konq_PART_SRCS
#endif(Q_WS_X11)
#kde4_add_ui_files(kcm_konq_PART_SRCS desktopbehavior.ui )
kde4_automoc(${kcm_konq_PART_SRCS})

View file

@ -18,7 +18,6 @@ set(kcm_konqhtml_PART_SRCS
domainlistview.cpp
filteropts.cpp )
kde4_automoc(${kcm_konqhtml_PART_SRCS})
kde4_add_ui_files(kcm_konqhtml_PART_SRCS nsconfigwidget.ui advancedTabOptions.ui )

View file

@ -5,7 +5,6 @@
set(kcm_performance_PART_SRCS kcmperformance.cpp konqueror.cpp system.cpp )
kde4_automoc(${kcm_performance_PART_SRCS})
kde4_add_ui_files(kcm_performance_PART_SRCS konqueror_ui.ui system_ui.ui )

View file

@ -5,7 +5,6 @@ include_directories( ${CMAKE_SOURCE_DIR}/libkonq )
set(konq_shellcmdplugin_PART_SRCS kshellcmdexecutor.cpp kshellcmddialog.cpp kshellcmdplugin.cpp )
kde4_automoc(${konq_shellcmdplugin_PART_SRCS})
kde4_add_plugin(konq_shellcmdplugin ${konq_shellcmdplugin_PART_SRCS})

View file

@ -10,7 +10,6 @@ add_subdirectory( web_module )
set(konqsidebarplugin_LIB_SRCS konqsidebarplugin.cpp )
kde4_automoc(${konqsidebarplugin_LIB_SRCS})
kde4_add_library(konqsidebarplugin SHARED ${konqsidebarplugin_LIB_SRCS})
@ -24,7 +23,6 @@ install(TARGETS konqsidebarplugin DESTINATION ${LIB_INSTALL_DIR} )
set(konq_sidebar_PART_SRCS konqsidebar.cpp sidebar_widget.cpp )
kde4_automoc(${konq_sidebar_PART_SRCS})
kde4_add_plugin(konq_sidebar ${konq_sidebar_PART_SRCS})

View file

@ -5,7 +5,6 @@
set(konq_sidebartest_PART_SRCS konqsidebartest.cpp )
kde4_automoc(${konq_sidebartest_PART_SRCS})
kde4_add_plugin(konq_sidebartest ${konq_sidebartest_PART_SRCS})

View file

@ -16,7 +16,6 @@ add_subdirectory( bookmark_module )
########### next target ###############
set(konqsidebar_tree_PART_SRCS konqsidebar_tree.cpp ${libkonq_sidebar_tree_SRCS})
kde4_automoc(${konqsidebar_tree_PART_SRCS})
kde4_add_plugin(konqsidebar_tree ${konqsidebar_tree_PART_SRCS})

View file

@ -6,7 +6,6 @@ include_directories(
set(konq_sidebartree_bookmarks_SRCS bookmark_module.cpp bookmark_item.cpp ${libkonq_sidebar_tree_SRCS} )
kde4_automoc(${konq_sidebartree_bookmarks_SRCS})
kde4_add_plugin(konq_sidebartree_bookmarks ${konq_sidebartree_bookmarks_SRCS})

View file

@ -9,7 +9,6 @@ include_directories(
set(konq_sidebartree_dirtree_SRCS dirtree_module.cpp dirtree_item.cpp ${libkonq_sidebar_tree_SRCS} )
kde4_automoc(${konq_sidebartree_dirtree_SRCS})
kde4_add_plugin(konq_sidebartree_dirtree ${konq_sidebartree_dirtree_SRCS})

View file

@ -9,7 +9,6 @@ include_directories(
set(konq_sidebartree_history_SRCS history_module.cpp history_item.cpp history_settings.cpp ${libkonq_sidebar_tree_SRCS} )
kde4_automoc(${konq_sidebartree_history_SRCS})
kde4_add_plugin(konq_sidebartree_history ${konq_sidebartree_history_SRCS})
@ -22,7 +21,6 @@ install(TARGETS konq_sidebartree_history DESTINATION ${PLUGIN_INSTALL_DIR} )
set(kcm_history_SRCS kcmhistory.cpp history_settings.cpp )
kde4_automoc(${kcm_history_SRCS})
kde4_add_ui_files(kcm_history_SRCS history_dlg.ui )

View file

@ -3,7 +3,6 @@
set(konqsidebar_web_PART_SRCS web_module.cpp )
kde4_automoc(${konqsidebar_web_PART_SRCS})
kde4_add_plugin(konqsidebar_web ${konqsidebar_web_PART_SRCS})

View file

@ -45,7 +45,6 @@ kde4_add_kcfg_files(konqueror_KDEINIT_SRCS konqsettingsxt.kcfgc)
qt4_add_dbus_interface(konqueror_KDEINIT_SRCS org.kde.Konqueror.Main.xml konqueror_interface)
kde4_automoc(${konqueror_KDEINIT_SRCS})
kde4_add_kdeinit_executable(konqueror ${konqueror_KDEINIT_SRCS} konqmain.cpp)

View file

@ -2,7 +2,6 @@ include_directories( ${CMAKE_SOURCE_DIR}/libkonq ${CMAKE_CURRENT_SOURCE_DIR}/..
########### centralwidget ###############
kde4_automoc(centralwidget.cpp)
kde4_add_test_executable(centralwidget centralwidget.cpp)
@ -10,7 +9,6 @@ target_link_libraries(centralwidget konq ${KDE4_KDECORE_LIBS} ${QT_QTTEST_LIBRAR
########### konqviewmgrtest ###############
kde4_automoc(konqviewmgrtest.cpp)
kde4_add_test_executable(konqviewmgrtest konqviewmgrtest.cpp)

View file

@ -5,7 +5,6 @@
set(kwrite_KDEINIT_SRCS kwritemain.cpp )
kde4_automoc(${kwrite_KDEINIT_SRCS})
kde4_add_kdeinit_executable( kwrite ${kwrite_KDEINIT_SRCS})

View file

@ -32,7 +32,6 @@ qt4_add_dbus_adaptor( konq_LIB_SRCS org.kde.libkonq.KonqHistoryManager.xml konq_
qt4_add_dbus_adaptor( konq_LIB_SRCS org.kde.libkonq.UndoManager.xml konq_undo.h KonqUndoManager)
kde4_automoc(${konq_LIB_SRCS})
kde4_add_library(konq SHARED ${konq_LIB_SRCS})
@ -44,7 +43,6 @@ install(TARGETS konq DESTINATION ${LIB_INSTALL_DIR} )
########### next target ###############
set(konq_sound_LIB_SRCS konq_sound.cc)
kde4_automoc(${konq_sound_LIB_SRCS})
kde4_add_plugin(konq_sound ${konq_sound_LIB_SRCS})
target_link_libraries(konq_sound ${KDE4_KDECORE_LIBS} ${KDE4_PHONON_LIBS})
install(TARGETS konq_sound DESTINATION ${PLUGIN_INSTALL_DIR} )

View file

@ -1,6 +1,5 @@
set(kded_favicons_SRCS favicons.cpp favicons_adaptor.cpp)
kde4_automoc(${kded_favicons_SRCS})
kde4_add_plugin(kded_favicons ${kded_favicons_SRCS})

View file

@ -2,7 +2,6 @@ include_directories( ${CMAKE_SOURCE_DIR}/libkonq )
########### konqmimedatatest ###############
kde4_automoc(konqmimedatatest.cpp)
kde4_add_unit_test(konqmimedatatest konqmimedatatest.cpp)
@ -10,7 +9,6 @@ target_link_libraries(konqmimedatatest konq ${QT_QTTEST_LIBRARY})
########### konqundomanager ###############
kde4_automoc(konqundomanagertest.cpp)
kde4_add_unit_test(konqundomanagertest konqundomanagertest.cpp)
@ -18,7 +16,6 @@ target_link_libraries(konqundomanagertest konq ${QT_QTTEST_LIBRARY})
########### favicontest ###############
kde4_automoc(favicontest.cpp)
kde4_add_unit_test(favicontest favicontest.cpp)
@ -26,7 +23,6 @@ target_link_libraries(favicontest konq ${QT_QTTEST_LIBRARY})
########### historymgrtest ###############
kde4_automoc(historymgrtest.cpp)
kde4_add_unit_test(historymgrtest historymgrtest.cpp)

View file

@ -24,7 +24,6 @@ if (X11_Xt_LIB)
kde4_automoc(${kcminit_nsplugin_PART_SRCS})
kde4_add_plugin(kcminit_nsplugin WITH_PREFIX ${kcminit_nsplugin_PART_SRCS})
@ -37,7 +36,6 @@ if (X11_Xt_LIB)
set(kcm_nsplugins_PART_SRCS kcm_nsplugins.cpp )
kde4_automoc(${kcm_nsplugins_PART_SRCS})
kde4_add_plugin(kcm_nsplugins ${kcm_nsplugins_PART_SRCS})
@ -51,7 +49,6 @@ if (X11_Xt_LIB)
set(nspluginscan_SRCS pluginscan.cpp )
kde4_automoc(${nspluginscan_SRCS})
kde4_add_executable(nspluginscan ${nspluginscan_SRCS})

View file

@ -17,7 +17,6 @@ set(nsplugins_viewer_xml ${CMAKE_CURRENT_SOURCE_DIR}/../viewer/org.kde.nsplugin
QT4_ADD_DBUS_INTERFACE( testnsplugin_SRCS ${nsplugins_viewer_xml} nsplugins_viewer_interface )
kde4_automoc(${testnsplugin_SRCS})
kde4_add_test_executable(testnsplugin ${testnsplugin_SRCS})

View file

@ -12,7 +12,6 @@ qt4_add_dbus_adaptor( nspluginviewer_SRCS org.kde.nsplugins.viewer.xml nsplugin.
set(nsplugins_callback_xml ${CMAKE_CURRENT_SOURCE_DIR}/../org.kde.nsplugins.CallBack.xml)
QT4_ADD_DBUS_INTERFACE( nspluginviewer_SRCS ${nsplugins_callback_xml} nsplugins_callback_interface )
kde4_automoc(${nspluginviewer_SRCS})

View file

@ -5,7 +5,6 @@ include_directories( ${CMAKE_CURRENT_SOURCE_DIR} )
set(nswrapper_LIB_SRCS wrapper.c )
kde4_automoc(${nswrapper_LIB_SRCS})
kde4_add_library(nswrapper SHARED ${nswrapper_LIB_SRCS})