Adapt to new KWarning/kFatal/kDebug api
[kdeartwork.git] / styles / phase / CMakeLists.txt
blob891232b18bb27d3e31bcb9fca03cc5e813f5acc7
2 project(kstyle-phasestyle)
4 add_definitions(-DQT_PLUGIN)
6 add_subdirectory( config ) 
8 ########### next target ###############
10 set(phasestyle_PART_SRCS phasestyle.cpp)
12 kde4_add_plugin(phasestyle ${phasestyle_PART_SRCS} )
14 target_link_libraries(phasestyle ${QT_QTGUI_LIBRARY} ${QT_QTCORE_LIBRARY})
16 install(TARGETS phasestyle DESTINATION ${PLUGIN_INSTALL_DIR}/plugins/styles/ )
18 ########### install files ###############
20 install( FILES phase.themerc DESTINATION  ${DATA_INSTALL_DIR}/kstyle/themes )