summaryrefslogtreecommitdiffstats
path: root/examples/widgets/richtext/calendar/calendar.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/richtext/calendar/calendar.pro')
-rw-r--r--examples/widgets/richtext/calendar/calendar.pro11
1 files changed, 11 insertions, 0 deletions
diff --git a/examples/widgets/richtext/calendar/calendar.pro b/examples/widgets/richtext/calendar/calendar.pro
new file mode 100644
index 0000000000..3867a027cf
--- /dev/null
+++ b/examples/widgets/richtext/calendar/calendar.pro
@@ -0,0 +1,11 @@
+HEADERS = mainwindow.h
+SOURCES = main.cpp \
+ mainwindow.cpp
+
+# install
+target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/richtext/calendar
+sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS calendar.pro
+sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/richtext/calendar
+INSTALLS += target sources
+
+QT += widgets