diff options
Diffstat (limited to 'tests/tests.pro')
| -rw-r--r-- | tests/tests.pro | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/tests.pro b/tests/tests.pro index 6be9b6d..8bf47f1 100644 --- a/tests/tests.pro +++ b/tests/tests.pro @@ -10,6 +10,7 @@ target.path = $$TARGETPATH DEPLOYMENT_PATH = /usr/share/$$TARGET qml.path = $$DEPLOYMENT_PATH +qml.files = *.qml extra.path = $$DEPLOYMENT_PATH extra.files = runTestsOnDevice.sh @@ -23,5 +24,5 @@ SOURCES += main.cpp INSTALLS += target qml extra -# QML files and folders -qml.files = *.qml +OTHER_FILES += \ + tst_MassModel.qml |
