summaryrefslogtreecommitdiffstats
path: root/examples/touch/fingerpaint/fingerpaint.pro
blob: f196f7eed44272adf1ce9b3b00d2efe2656aa017 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
QT += widgets
requires(qtConfig(filedialog))
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