summaryrefslogtreecommitdiffstats
path: root/examples/richtext/calendar/calendar.pro
blob: f65e8852bde4f6c162ad9847a5ee3fd980bfbee7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
HEADERS     = mainwindow.h
SOURCES     = main.cpp \
              mainwindow.cpp

# App cannot be with name "calendar" in Symbian due to same named system component.

# 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