dtor first
[personal-kdebase.git] / workspace / plasma / shells / common / tests / CMakeLists.txt
blobd36acbbebbfc2e2a989695430f25c8beebb34180
1 if (KDE4_BUILD_TESTS)
3 set(appletbrowser_SRCS
4     appletbrowser.cpp
5     ../appletbrowser.cpp
6     ../customdragtreeview.cpp
7     ../kcategorizeditemsview.cpp
8     ../kcategorizeditemsviewdelegate.cpp
9     ../kcategorizeditemsviewmodels.cpp
10     ../openwidgetassistant.cpp
11     ../plasmaappletitemmodel.cpp
12     )
14 kde4_add_ui_files (
15     appletbrowser_SRCS
16     ../kcategorizeditemsviewbase.ui
19 include_directories(../)
20 kde4_add_executable(plasmaappletbrowser ${appletbrowser_SRCS})
21 target_link_libraries(plasmaappletbrowser ${KDE4_PLASMA_LIBS} ${KDE4_KDEUI_LIBS} ${KDE4_KFILE_LIBRARY})
23 endif (KDE4_BUILD_TESTS)