summaryrefslogtreecommitdiffstats
path: root/examples/widgets/richtext/calendar/calendar.pro
blob: d98b08a3680a24b98f351bab863ea4cee7c33923 (plain)
1
2
3
4
5
6
7
8
9
HEADERS     = mainwindow.h
SOURCES     = main.cpp \
              mainwindow.cpp

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

QT += widgets