Skip to content
Snippets Groups Projects
Commit 09dfc021 authored by Andreas Traczyk's avatar Andreas Traczyk
Browse files

tests: make the webengine resources available for QML test fixtures

Gitlab: #899
Change-Id: I5defa1135f23da975fa0f60cb2762b67d7bc7e86
parent 012034fe
No related branches found
No related tags found
No related merge requests found
......@@ -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})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment