2014-11-13 01:04:59 +02:00
|
|
|
########### next target ###############
|
|
|
|
|
|
|
|
set(backgroundtest_SRCS backgroundtest.cpp)
|
|
|
|
|
2015-09-05 05:16:46 +00:00
|
|
|
add_executable(backgroundtest ${backgroundtest_SRCS})
|
2014-11-13 01:04:59 +02:00
|
|
|
|
|
|
|
target_link_libraries(backgroundtest ${KDE4_KDEUI_LIBS})
|
|
|
|
|
|
|
|
|
|
|
|
########### next target ###############
|
|
|
|
|
|
|
|
set(test_dialog_SRCS test_dialog.cpp)
|
|
|
|
|
2015-09-05 05:16:46 +00:00
|
|
|
add_executable(test_dialog ${test_dialog_SRCS})
|
2014-11-13 01:04:59 +02:00
|
|
|
|
|
|
|
target_link_libraries(test_dialog ${KDE4_KDEUI_LIBS} )
|
|
|
|
|
|
|
|
|
|
|
|
########### next target ###############
|
|
|
|
|
|
|
|
set(test_highlighter_SRCS test_highlighter.cpp)
|
|
|
|
|
2015-09-05 05:16:46 +00:00
|
|
|
add_executable(test_highlighter ${test_highlighter_SRCS})
|
2014-11-13 01:04:59 +02:00
|
|
|
|
|
|
|
target_link_libraries(test_highlighter ${KDE4_KDEUI_LIBS} )
|
|
|
|
|
|
|
|
|
|
|
|
########### next target ###############
|
|
|
|
|
|
|
|
set(test_configdialog_SRCS test_configdialog.cpp)
|
|
|
|
|
2015-09-05 05:16:46 +00:00
|
|
|
add_executable(test_configdialog ${test_configdialog_SRCS})
|
2014-11-13 01:04:59 +02:00
|
|
|
|
|
|
|
target_link_libraries(test_configdialog ${KDE4_KDEUI_LIBS} )
|
|
|
|
|
|
|
|
########### next target ###############
|
|
|
|
|
2015-09-05 05:16:46 +00:00
|
|
|
add_executable(test_dictionarycombobox test_dictionarycombobox.cpp)
|
|
|
|
|
2014-11-13 01:04:59 +02:00
|
|
|
target_link_libraries(test_dictionarycombobox ${KDE4_KDEUI_LIBS})
|