delay a few things on startup, such as setting the visibility mode, which ensures...
[personal-kdebase.git] / runtime / kdebugdialog / CMakeLists.txt
blobed66db6ed831ccaf8ae169caea8df7e0a370524b
5 ########### next target ###############
7 set(kdebugdialog_SRCS 
8    main.cpp 
9    kabstractdebugdialog.cpp 
10    kdebugdialog.cpp 
11    klistdebugdialog.cpp )
14 kde4_add_executable(kdebugdialog ${kdebugdialog_SRCS})
16 target_link_libraries(kdebugdialog  ${KDE4_KDEUI_LIBS} )
18 install(TARGETS kdebugdialog ${INSTALL_TARGETS_DEFAULT_ARGS})