aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/scalablepath/scalablepath.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/scalablepath/scalablepath.pro')
-rw-r--r--tests/manual/scalablepath/scalablepath.pro5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/manual/scalablepath/scalablepath.pro b/tests/manual/scalablepath/scalablepath.pro
new file mode 100644
index 0000000000..b95ce1de44
--- /dev/null
+++ b/tests/manual/scalablepath/scalablepath.pro
@@ -0,0 +1,5 @@
+TEMPLATE = app
+QT += quick qml
+SOURCES += main.cpp
+RESOURCES += qml.qrc
+CONFIG += c++11