aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/language/testdata/local-profile-as-top-level-profile.qbs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/language/testdata/local-profile-as-top-level-profile.qbs')
-rw-r--r--tests/auto/language/testdata/local-profile-as-top-level-profile.qbs7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/auto/language/testdata/local-profile-as-top-level-profile.qbs b/tests/auto/language/testdata/local-profile-as-top-level-profile.qbs
new file mode 100644
index 000000000..9bca3c599
--- /dev/null
+++ b/tests/auto/language/testdata/local-profile-as-top-level-profile.qbs
@@ -0,0 +1,7 @@
+Product {
+ Profile {
+ name: "test-profile"
+ qbs.architecture: "arm"
+ qbs.targetPlatform: "macos"
+ }
+}