337f506370
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
14 lines
315 B
CMake
14 lines
315 B
CMake
include_directories( ${CMAKE_SOURCE_DIR}/workspace/plasma/lib )
|
|
|
|
|
|
########### next target ###############
|
|
|
|
set(testAppletInfo_SRCS testAppletInfo.cpp )
|
|
|
|
kde4_automoc(${testAppletInfo_SRCS})
|
|
|
|
kde4_add_executable(testAppletInfo ${testAppletInfo_SRCS})
|
|
|
|
target_link_libraries(testAppletInfo ${KDE4_KDECORE_LIBS} )
|
|
|