mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-09-10 12:03:18 +02:00
misc: fix build for tests
Change-Id: I393ba9f6a18061de9036953bf178a8898c9380f1
This commit is contained in:
parent
4d5ee8039b
commit
2136262b4a
2 changed files with 4 additions and 4 deletions
2
extras/ci/client-qt-gnulinux/Jenkinsfile
vendored
2
extras/ci/client-qt-gnulinux/Jenkinsfile
vendored
|
@ -117,7 +117,7 @@ pipeline {
|
|||
""")
|
||||
exec_cmd("""
|
||||
cd ${clientDir}
|
||||
cd tests/qml
|
||||
cd tests/qml/src
|
||||
../../../build/tests/qml_tests
|
||||
""")
|
||||
}
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
<RCC>
|
||||
<qresource prefix="/">
|
||||
<file>src/tst_LocalAccount.qml</file>
|
||||
<file>src/tst_PresenceIndicator.qml</file>
|
||||
<file>src/tst_WizardView.qml</file>
|
||||
<!--<file>src/tst_PresenceIndicator.qml</file>
|
||||
<file>src/tst_ChatViewFooter.qml</file>
|
||||
<file>src/resources/gif_test.gif</file>
|
||||
<file>src/resources/gz_test.gz</file>
|
||||
<file>src/resources/png_test.png</file>
|
||||
<file>src/tst_FilesToSendContainer.qml</file>
|
||||
<file>src/tst_WizardView.qml</file>
|
||||
<file>src/tst_FilesToSendContainer.qml</file>-->
|
||||
</qresource>
|
||||
</RCC>
|
||||
|
|
Loading…
Add table
Reference in a new issue