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

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

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