Skip to content
Snippets Groups Projects
Commit 8a239b8f authored by Christian Stenger's avatar Christian Stenger
Browse files

AutoTest: Do not try to install test files


As both subprojects use files with the same name the install step
fails since using Qbs 1.5. Additionally it does not make any
sense to install these files.

Change-Id: Ib7aa9d80810f3ea3efa0df306fbce2a79cc49eac
Reviewed-by: default avatarChristian Kandeler <christian.kandeler@theqtcompany.com>
parent 024f1cf4
No related branches found
No related tags found
No related merge requests found
...@@ -20,7 +20,6 @@ CppApplication { ...@@ -20,7 +20,6 @@ CppApplication {
Group { Group {
name: "qml test files" name: "qml test files"
qbs.install: true
files: [ files: [
"tst_test1.qml", "tst_test2.qml", "TestDummy.qml", "tst_test1.qml", "tst_test2.qml", "TestDummy.qml",
......
...@@ -19,7 +19,6 @@ CppApplication { ...@@ -19,7 +19,6 @@ CppApplication {
Group { Group {
name: "qml test files" name: "qml test files"
qbs.install: true
files: [ "tst_test1.qml", "tst_test2.qml" ] files: [ "tst_test1.qml", "tst_test2.qml" ]
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment