]> cloud.milkyroute.net Git - dolphin.git/blob - src/tests/CMakeLists.txt
fixed some activation issues in combination with split views
[dolphin.git] / src / tests / CMakeLists.txt
1 if(KDE4_BUILD_TESTS)
2
3 include_directories( ${CMAKE_CURRENT_SOURCE_DIR}/.. )
4
5 # Tests don't need to go into toplevel/bin, they are fine in the current dir.
6 set(EXECUTABLE_OUTPUT_PATH ${CMAKE_CURRENT_BINARY_DIR} )
7
8 ########### renamedialogtest ###############
9
10 kde4_automoc(renamedialogtest.cpp)
11
12 kde4_add_executable(renamedialogtest RUN_UNINSTALLED renamedialogtest.cpp)
13
14 target_link_libraries(renamedialogtest dolphinprivate ${QT_QTTEST_LIBRARY})
15
16 add_test(dolphin-renamedialogtest ${EXECUTABLE_OUTPUT_PATH}/renamedialogtest)
17
18 ############################################
19
20 endif(KDE4_BUILD_TESTS)
21