summaryrefslogtreecommitdiffstats
path: root/examples/richtext/calendar/calendar.pro
blob: 265e0e94f6912f2cf4c735f4ef12cbddd24f86e4 (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]/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
maemo5: CONFIG += qt_example