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