add more spacing
[personal-kdebase.git] / workspace / ksplash / ksplashx / scale / CMakeLists.txt
bloba0440fd9a4346ac0b5133da58b27e5e56d028190
1 ########### next target ###############
3 set( ksplashx_scale_SRCS
4     main.cpp )
6 kde4_add_executable( ksplashx_scale ${ksplashx_scale_SRCS})
7 target_link_libraries( ksplashx_scale ${KDE4_KDECORE_LIBS} ${QT_QTGUI_LIBRARY})
8 install( TARGETS ksplashx_scale ${INSTALL_TARGETS_DEFAULT_ARGS} )