summaryrefslogtreecommitdiffstats
path: root/examples/widgets/widgets/tablet/tablet.pro
blob: 5b0d4c1d8401d9ce49c2d57703a65db42b08ba7e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
HEADERS	    =	mainwindow.h \
		tabletcanvas.h \
		tabletapplication.h
SOURCES	    =	mainwindow.cpp \
		main.cpp \
		tabletcanvas.cpp \
		tabletapplication.cpp

# install
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/widgets/tablet
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS tablet.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/widgets/tablet
INSTALLS += target sources

QT += widgets

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