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

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

QT += widgets