Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 544932 | Differences between
and this patch

Collapse All | Expand All

(-)a/plugins/filetemplates/CMakeLists.txt (+1 lines)
Lines 80-85 main.cpp Link Here
80
)
80
)
81
81
82
add_executable(testfiletemplates ${test_srcs})
82
add_executable(testfiletemplates ${test_srcs})
83
ecm_mark_as_test(testfiletemplates)
83
84
84
target_link_libraries(testfiletemplates
85
target_link_libraries(testfiletemplates
85
    KDev::Interfaces
86
    KDev::Interfaces
(-)a/plugins/quickopen/tests/CMakeLists.txt (+1 lines)
Lines 1-6 Link Here
1
add_library(quickopentestbase STATIC
1
add_library(quickopentestbase STATIC
2
    quickopentestbase.cpp
2
    quickopentestbase.cpp
3
    ../projectfilequickopen.cpp)
3
    ../projectfilequickopen.cpp)
4
ecm_mark_as_test(quickopentestbase)
4
5
5
target_link_libraries(quickopentestbase PUBLIC
6
target_link_libraries(quickopentestbase PUBLIC
6
    Qt5::Test KF5::IconThemes KDev::Tests KDev::Project KDev::Language)
7
    Qt5::Test KF5::IconThemes KDev::Tests KDev::Project KDev::Language)
(-)a/project/tests/CMakeLists.txt (-12 / +3 lines)
Lines 9-23 include_directories( Link Here
9
ecm_add_test(test_projectmodel.cpp
9
ecm_add_test(test_projectmodel.cpp
10
    LINK_LIBRARIES Qt5::Test KDev::Interfaces KDev::Project KDev::Language KDev::Tests)
10
    LINK_LIBRARIES Qt5::Test KDev::Interfaces KDev::Project KDev::Language KDev::Tests)
11
11
12
set( projectmodelperformancetest_SRCS
12
ecm_add_test(projectmodelperformancetest.cpp
13
    projectmodelperformancetest.cpp
13
   LINK_LIBRARIES Qt5::Test Qt5::Gui KDev::Interfaces KDev::Project KDev::Language KDev::Tests
14
)
14
   GUI)
15
add_executable(projectmodelperformancetest ${projectmodelperformancetest_SRCS})
16
target_link_libraries(projectmodelperformancetest
17
    Qt5::Test
18
    Qt5::Gui
19
    KDev::Interfaces
20
    KDev::Project
21
    KDev::Language
22
    KDev::Tests
23
)
(-)a/util/duchainify/CMakeLists.txt (-1 / +1 lines)
Lines 2-5 Link Here
2
add_executable(duchainify main.cpp)
2
add_executable(duchainify main.cpp)
3
target_link_libraries(duchainify Qt5::Core KF5::KCMUtils KF5::TextEditor KF5::ThreadWeaver
3
target_link_libraries(duchainify Qt5::Core KF5::KCMUtils KF5::TextEditor KF5::ThreadWeaver
4
    KDev::Interfaces KDev::Language  KDev::Sublime KDev::Util KDev::OutputView KDev::Shell KDev::Tests)
4
    KDev::Interfaces KDev::Language  KDev::Sublime KDev::Util KDev::OutputView KDev::Shell KDev::Tests)
5
5
ecm_mark_as_test(duchainify)

Return to bug 544932