1
0
Fork 0
mirror of https://git.jami.net/savoirfairelinux/jami-client-qt.git synced 2024-10-28 16:59:36 +01:00

tests: make the webengine resources available for QML test fixtures

Gitlab: #899
Change-Id: I5defa1135f23da975fa0f60cb2762b67d7bc7e86
This commit is contained in:
Andreas Traczyk 2023-04-04 11:14:24 -04:00
parent 012034fe67
commit 09dfc021db

View file

@ -33,7 +33,9 @@ set(TESTS_INCLUDES
${CMAKE_SOURCE_DIR}/src
${CMAKE_SOURCE_DIR}/tests/qml
${CMAKE_SOURCE_DIR}/tests/unittests)
set(TEST_QML_RESOURCES ${CMAKE_SOURCE_DIR}/tests/qml/resources.qrc)
set(TEST_QML_RESOURCES
${CMAKE_SOURCE_DIR}/tests/qml/resources.qrc
${CMAKE_SOURCE_DIR}/src/app/resources.qrc)
# Common jami files
add_library(test_common_obj OBJECT ${COMMON_SOURCES} ${COMMON_HEADERS})