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

# App cannot be with name "calendar" in Symbian due to same named system component.
symbian: TARGET = calendarapp

# install
target.path = $$[QT_INSTALL_EXAMPLES]/richtext/calendar
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS calendar.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/richtext/calendar
INSTALLS += target sources

symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
maemo5: include($$QT_SOURCE_TREE/examples/maemo5pkgrules.pri)