aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/controls/drawer/drawer.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quick/controls/drawer/drawer.pro')
-rw-r--r--examples/quick/controls/drawer/drawer.pro12
1 files changed, 12 insertions, 0 deletions
diff --git a/examples/quick/controls/drawer/drawer.pro b/examples/quick/controls/drawer/drawer.pro
new file mode 100644
index 00000000..ed788c7e
--- /dev/null
+++ b/examples/quick/controls/drawer/drawer.pro
@@ -0,0 +1,12 @@
+TEMPLATE = app
+TARGET = drawer
+QT += quick
+
+SOURCES += \
+ main.cpp
+
+OTHER_FILES += \
+ main.qml
+
+RESOURCES += \
+ drawer.qrc