summaryrefslogtreecommitdiffstats
path: root/examples/touch/fingerpaint/fingerpaint.pro
blob: 5391897af7126f41382162a61a93b805e3ef0fea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
QT += widgets
qtHaveModule(printsupport): QT += printsupport

HEADERS       = mainwindow.h \
                scribblearea.h
SOURCES       = main.cpp \
                mainwindow.cpp \
                scribblearea.cpp

# install
target.path = $$[QT_INSTALL_EXAMPLES]/touch/fingerpaint
INSTALLS += target

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