feat(tools): increase binary portability

This commit is contained in:
Ronan Abhamon 2017-01-11 10:56:10 +01:00
parent d216fe5c4a
commit 00cd5a3ff1
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@
# ==============================================================================
RESOURCES_FILE='resources.qrc'
LINTER=qmllint-qt5
LINTER=qmllint
RED='\e[1;31m'
GREEN='\e[1;32m'

View file

@ -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'