summaryrefslogtreecommitdiffstats
path: root/examples/widgets/richtext/calendar/calendar.pro
blob: 6ed9b1cd32794c5d08e53d2f97a1fc2345f31470 (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/widgets/richtext/calendar
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS calendar.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/richtext/calendar
INSTALLS += target sources

QT += widgets