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/plasma/lib/; revision=598290
This commit is contained in:
parent
11ce1795b3
commit
337f506370
@ -10,7 +10,7 @@ set(plasma_LIB_SRCS
|
||||
appletLayout.cpp
|
||||
appletCompositor.cpp )
|
||||
|
||||
kde4_automoc(plasma ${plasma_LIB_SRCS})
|
||||
kde4_automoc(${plasma_LIB_SRCS})
|
||||
|
||||
kde4_add_library(plasma SHARED ${plasma_LIB_SRCS})
|
||||
|
||||
|
@ -5,7 +5,7 @@ include_directories( ${CMAKE_SOURCE_DIR}/workspace/plasma/lib )
|
||||
|
||||
set(testAppletInfo_SRCS testAppletInfo.cpp )
|
||||
|
||||
kde4_automoc(testAppletInfo ${testAppletInfo_SRCS})
|
||||
kde4_automoc(${testAppletInfo_SRCS})
|
||||
|
||||
kde4_add_executable(testAppletInfo ${testAppletInfo_SRCS})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user