aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/nodetypes_ng/nodetypes_ng.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/nodetypes_ng/nodetypes_ng.pro')
-rw-r--r--tests/manual/nodetypes_ng/nodetypes_ng.pro11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/manual/nodetypes_ng/nodetypes_ng.pro b/tests/manual/nodetypes_ng/nodetypes_ng.pro
new file mode 100644
index 0000000000..68b9211c4f
--- /dev/null
+++ b/tests/manual/nodetypes_ng/nodetypes_ng.pro
@@ -0,0 +1,11 @@
+QT += qml quick
+
+SOURCES += nodetypes_ng.cpp
+
+RESOURCES += nodetypes_ng.qrc
+
+OTHER_FILES += \
+ main.qml \
+ SimpleRect.qml \
+ Rects.qml \
+ LotsOfRects.qml