summaryrefslogtreecommitdiffstats
path: root/examples/widgets/richtext/calendar/calendar.pro
blob: 199c1dbb8d3c73659c5abd52ec10bfb989fe90de (plain)
1
2
3
4
5
6
7
8
9
10
QT += widgets
requires(qtConfig(combobox))

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

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