summaryrefslogtreecommitdiffstats
path: root/examples/widgets/richtext/calendar/calendar.pro
blob: 5adb99aac3d8d23c059f59cbf46ceec0fd4d60d6 (plain)
1
2
3
4
5
6
7
8
9
QT += widgets

HEADERS     = mainwindow.h
SOURCES     = main.cpp \
              mainwindow.cpp

# install
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/richtext/calendar
INSTALLS += target