mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -05:00
16 lines
452 B
Diff
16 lines
452 B
Diff
|
Upstream status: https://review.jami.net/c/jami-client-qt/+/25640
|
||
|
|
||
|
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
|
||
|
index d50908cf..587c9d15 100644
|
||
|
--- a/tests/CMakeLists.txt
|
||
|
+++ b/tests/CMakeLists.txt
|
||
|
@@ -73,6 +73,8 @@ endif()
|
||
|
|
||
|
string(TOUPPER ${CMAKE_BUILD_TYPE} BUILD_TYPE)
|
||
|
|
||
|
+set(QUICK_TEST_SOURCE_DIR "${CMAKE_SOURCE_DIR}tests/qml/src")
|
||
|
+
|
||
|
set(QML_TESTS_SOURCE_FILES
|
||
|
${CMAKE_SOURCE_DIR}/tests/qml/main.cpp
|
||
|
${TEST_QML_RESOURCES}
|