delay a few things on startup, such as setting the visibility mode, which ensures...
[personal-kdebase.git] / runtime / kioslave / fish / tests / CMakeLists.txt
blobe23d6e6347e4810ecad84e99ff6d9bf1b04dd963
1 PROJECT( copytester )
2 FIND_PACKAGE( KDE4 REQUIRED )
3 INCLUDE_DIRECTORIES( ${KDE4_INCLUDES} . )
6 SET( copytesterSources main.cpp copytester.cpp )
9 KDE4_ADD_EXECUTABLE( copytester ${copytesterSources} )
11 TARGET_LINK_LIBRARIES( copytester ${KDE4_KDEUI_LIBS} ${KDE4_KIO_LIBS} )
13 install( TARGETS copytester  DESTINATION ${BIN_INSTALL_DIR} )