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