kde-workspace/ksplash/ksplashx/scale/CMakeLists.txt

9 lines
288 B
Text
Raw Normal View History

2014-11-13 19:30:51 +02:00
########### next target ###############
set( ksplashx_scale_SRCS
main.cpp )
kde4_add_executable( ksplashx_scale ${ksplashx_scale_SRCS})
target_link_libraries( ksplashx_scale ${KDE4_KDECORE_LIBS} ${QT_QTGUI_LIBRARY})
install( TARGETS ksplashx_scale ${INSTALL_TARGETS_DEFAULT_ARGS} )