not quite so much needs to be delayed to the init() function
[personal-kdebase.git] / workspace / ksmserver / tests / CMakeLists.txt
blobfe326f482cd003db554ca208bd6c3e68d13f2160
1 include_directories( ${CMAKE_CURRENT_SOURCE_DIR}/.. ${KDEBASE_WORKSPACE_SOURCE_DIR}/solid/control/ ${QIMAGEBLITZ_INCLUDES} )
3 set(testsh_SRCS
4     test.cpp
5     ${CMAKE_CURRENT_SOURCE_DIR}/../shutdowndlg.cpp
6     ${CMAKE_CURRENT_SOURCE_DIR}/../logouteffect.cpp
7     ${CMAKE_CURRENT_SOURCE_DIR}/../curtaineffect.cpp
8     ${CMAKE_CURRENT_SOURCE_DIR}/../fadeeffect.cpp)
10 kde4_add_executable(testsh TEST ${testsh_SRCS})
12 target_link_libraries(testsh ${KDE4_PLASMA_LIBS} solidcontrol kworkspace ${KDE4_KDEUI_LIBS}
13                              ${KDE4_SOLID_LIBRARY} ${QIMAGEBLITZ_LIBRARIES})