mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-24 23:28:09 +00:00
feat(tools): increase binary portability
This commit is contained in:
parent
d216fe5c4a
commit
00cd5a3ff1
2 changed files with 2 additions and 2 deletions
|
|
@ -5,7 +5,7 @@
|
|||
# ==============================================================================
|
||||
|
||||
RESOURCES_FILE='resources.qrc'
|
||||
LINTER=qmllint-qt5
|
||||
LINTER=qmllint
|
||||
|
||||
RED='\e[1;31m'
|
||||
GREEN='\e[1;32m'
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
# Tool to run unit tests on all `*.spec.qml` files.
|
||||
# ==============================================================================
|
||||
|
||||
TEST_RUNNER='qmltestrunner-qt5'
|
||||
TEST_RUNNER='qmltestrunner'
|
||||
|
||||
RESOURCES_FILE='resources.qrc'
|
||||
TEST_FILE_EXTENSION='spec.qml'
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue