Commit 00cd5a3f authored by Ronan Abhamon's avatar Ronan Abhamon

feat(tools): increase binary portability

parent d216fe5c
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
# ============================================================================== # ==============================================================================
RESOURCES_FILE='resources.qrc' RESOURCES_FILE='resources.qrc'
LINTER=qmllint-qt5 LINTER=qmllint
RED='\e[1;31m' RED='\e[1;31m'
GREEN='\e[1;32m' GREEN='\e[1;32m'
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
# Tool to run unit tests on all `*.spec.qml` files. # Tool to run unit tests on all `*.spec.qml` files.
# ============================================================================== # ==============================================================================
TEST_RUNNER='qmltestrunner-qt5' TEST_RUNNER='qmltestrunner'
RESOURCES_FILE='resources.qrc' RESOURCES_FILE='resources.qrc'
TEST_FILE_EXTENSION='spec.qml' TEST_FILE_EXTENSION='spec.qml'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment