summaryrefslogtreecommitdiffstats
path: root/examples/widgets/widgets/tablet/tablet.pro
blob: 6867f92ac83c2254b00e1849ad222c0d13ac6437 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
QT += widgets

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

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

simulator: warning(This example might not fully work on Simulator platform)