aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/layouts/layouts.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/layouts/layouts.pro')
-rw-r--r--examples/quick/layouts/layouts.pro14
1 files changed, 14 insertions, 0 deletions
diff --git a/examples/quick/layouts/layouts.pro b/examples/quick/layouts/layouts.pro
new file mode 100644
index 0000000000..4d676ef49b
--- /dev/null
+++ b/examples/quick/layouts/layouts.pro
@@ -0,0 +1,14 @@
+TEMPLATE = app
+
+QT += qml quick
+
+SOURCES += main.cpp
+
+RESOURCES += \
+ layouts.qrc
+EXAMPLE_FILES = \
+ layouts.qml
+
+target.path = $$[QT_INSTALL_EXAMPLES]/quick/layouts
+INSTALLS += target
+