mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-25 11:22:52 +00:00
9 lines
288 B
Text
9 lines
288 B
Text
![]() |
########### 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} )
|