Skip to content
Snippets Groups Projects
Commit dfb4d47a authored by Maxim Cournoyer's avatar Maxim Cournoyer
Browse files

tests: Link with libjamiclient.

Partially fixes
<#882>.

* tests/CMakeLists.txt: Link test objects with ${LIBCLIENT_NAME}.

Change-Id: I6808202f046902c5c05c089c0c2fe3d97492a754
parent 98a9eebc
Branches
No related tags found
No related merge requests found
...@@ -15,7 +15,7 @@ else() ...@@ -15,7 +15,7 @@ else()
endif() endif()
enable_testing(true) enable_testing(true)
set(QML_TEST_LIBS ${QT_LIBS} Qt::QuickTest Qt::Test Qt::Widgets) set(QML_TEST_LIBS ${QT_LIBS} ${LIBCLIENT_NAME} Qt::QuickTest Qt::Test Qt::Widgets)
set(TESTS_INCLUDES set(TESTS_INCLUDES
${CMAKE_SOURCE_DIR}/src ${CMAKE_SOURCE_DIR}/src
${CMAKE_SOURCE_DIR}/tests/qml ${CMAKE_SOURCE_DIR}/tests/qml
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment