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/workspace/kcontrol/locale/; revision=598290
wilder
Laurent Montel 20 years ago committed by Aleix Pol
parent a5d21a1242
commit 2b3f33c7e8
  1. 4
      src/kreadconfig/CMakeLists.txt

@ -7,7 +7,7 @@ project(kreadconfig)
set(kreadconfig_SRCS kreadconfig.cpp )
kde4_automoc(kreadconfig ${kreadconfig_SRCS})
kde4_automoc(${kreadconfig_SRCS})
kde4_add_executable(kreadconfig ${kreadconfig_SRCS})
@ -20,7 +20,7 @@ install(TARGETS kreadconfig DESTINATION ${BIN_INSTALL_DIR})
set(kwriteconfig_SRCS kwriteconfig.cpp )
kde4_automoc(kwriteconfig ${kwriteconfig_SRCS})
kde4_automoc(${kwriteconfig_SRCS})
kde4_add_executable(kwriteconfig ${kwriteconfig_SRCS})

Loading…
Cancel
Save