summaryrefslogtreecommitdiffstats
path: root/examples/widgets/widgets/tablet/tablet.pro
blob: 97c3e9a8d453d8db90f62ee56edda92ad3304e2d (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]/widgets/widgets/tablet
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS tablet.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/widgets/widgets/tablet
INSTALLS += target sources

QT += widgets

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