We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cadf77 commit f101650Copy full SHA for f101650
tests/modeltests/CMakeLists.txt
@@ -63,12 +63,14 @@ ecm_add_test(
63
Qt::Test
64
KF${QT_MAJOR_VERSION}::KIOCore
65
KF${QT_MAJOR_VERSION}::ThreadWeaver
66
- KF${QT_MAJOR_VERSION}::Archive
67
KF${QT_MAJOR_VERSION}::WindowSystem
68
models
69
TEST_NAME
70
tst_callgraphgenerator
71
)
+if(${KFArchive_FOUND})
72
+ target_link_libraries(tst_callgraphgenerator KF${QT_MAJOR_VERSION}::Archive)
73
+endif()
74
75
set_target_properties(
76
tst_callgraphgenerator PROPERTIES RUNTIME_OUTPUT_DIRECTORY "${PROJECT_BINARY_DIR}/${KDE_INSTALL_BINDIR}"
0 commit comments