Apply Alex patch (now we can use enable-final argument

some module compiles with enable-final now)
As discussed with Alex it's not necessary to have program name
into automoc macro

svn path=/trunk/KDE/kdebase/apps/konsole/; revision=598290
wilder-portage
Laurent Montel 20 years ago
parent f4cc32d836
commit bf221739e4
  1. 8
      konsole/CMakeLists.txt
  2. 2
      settings/CMakeLists.txt

@ -6,7 +6,7 @@ OPTION(KONSOLE_GENERATE_LINEFONT "Konsole: regenerate linefont file" OFF)
set(fontembedder_SRCS fontembedder.cpp )
kde4_automoc(fontembedder ${fontembedder_SRCS})
kde4_automoc(${fontembedder_SRCS})
kde4_add_executable(fontembedder ${fontembedder_SRCS})
@ -45,7 +45,7 @@ set(konsole_KDEINIT_SRCS
ViewSplitter.cpp
ViewContainer.cpp )
kde4_automoc(konsole ${konsole_KDEINIT_SRCS})
kde4_automoc(${konsole_KDEINIT_SRCS})
kde4_add_kdeinit_executable( konsole ${konsole_KDEINIT_SRCS})
@ -89,7 +89,7 @@ set(konsolepart_PART_SRCS
TerminalCharacterDecoder.cpp
SessionManager.cpp )
kde4_automoc(konsolepart ${konsolepart_PART_SRCS})
kde4_automoc(${konsolepart_PART_SRCS})
kde4_add_plugin(konsolepart WITH_PREFIX ${konsolepart_PART_SRCS})
@ -108,7 +108,7 @@ install(TARGETS konsolepart DESTINATION ${PLUGIN_INSTALL_DIR} )
set(kded_kwrited_PART_SRCS kwrited.cpp )
kde4_automoc(kded_kwrited ${kded_kwrited_PART_SRCS})
kde4_automoc(${kded_kwrited_PART_SRCS})
kde4_add_plugin(kded_kwrited ${kded_kwrited_PART_SRCS})

@ -5,7 +5,7 @@
set(kcm_konsole_PART_SRCS schemaeditor.cpp sessioneditor.cpp kcmkonsole.cpp )
kde4_automoc(kcm_konsole ${kcm_konsole_PART_SRCS})
kde4_automoc(${kcm_konsole_PART_SRCS})
kde4_add_ui3_files(kcm_konsole_PART_SRCS schemadialog.ui )

Loading…
Cancel
Save