delay a few things on startup, such as setting the visibility mode, which ensures...
[personal-kdebase.git] / runtime / phonon / tests / guitest / CMakeLists.txt
blob3d0770b584c90f5ff0f1ce419959830a92a2773d
1 set( EXECUTABLE_OUTPUT_PATH ${CMAKE_CURRENT_BINARY_DIR} )
2 include_directories(${KDE4_KIO_INCLUDES} ${CMAKE_SOURCE_DIR}/includes)
3 kde4_add_executable(guitest TEST
4    anglewidget.cpp
5    audiooutputitem.cpp
6    chapterwidget.cpp
7    effectitem.cpp
8    main.cpp
9    mediaobjectitem.cpp
10    mygraphicsscene.cpp
11    navigationwidget.cpp
12    pathitem.cpp
13    titlewidget.cpp
14    widgetrectitem.cpp
15    )
16 target_link_libraries(guitest ${KDE4_PHONON_LIBS} ${KDE4_KIO_LIBS} ${QT_QTOPENGL_LIBRARY})