summaryrefslogtreecommitdiffstats
path: root/examples/richtext/calendar/calendar.pro
blob: 17ac2bb158fdd574c6108797d4cca6d6c43ad43f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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

symbian: CONFIG += qt_example
QT += widgets