Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jami-client-qt
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
savoirfairelinux
jami-client-qt
Commits
09dfc021
Commit
09dfc021
authored
1 year ago
by
Andreas Traczyk
Browse files
Options
Downloads
Patches
Plain Diff
tests: make the webengine resources available for QML test fixtures
Gitlab:
#899
Change-Id: I5defa1135f23da975fa0f60cb2762b67d7bc7e86
parent
012034fe
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/CMakeLists.txt
+3
-1
3 additions, 1 deletion
tests/CMakeLists.txt
with
3 additions
and
1 deletion
tests/CMakeLists.txt
+
3
−
1
View file @
09dfc021
...
...
@@ -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
}
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment