aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/highdpi/highdpi.qmlproject
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/highdpi/highdpi.qmlproject')
-rw-r--r--tests/manual/highdpi/highdpi.qmlproject14
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/manual/highdpi/highdpi.qmlproject b/tests/manual/highdpi/highdpi.qmlproject
new file mode 100644
index 0000000000..2bb4016996
--- /dev/null
+++ b/tests/manual/highdpi/highdpi.qmlproject
@@ -0,0 +1,14 @@
+import QmlProject 1.0
+
+Project {
+ /* Include .qml, .js, and image files from current directory and subdirectories */
+ QmlFiles {
+ directory: "."
+ }
+ JavaScriptFiles {
+ directory: "."
+ }
+ ImageFiles {
+ directory: "."
+ }
+}