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