summaryrefslogtreecommitdiffstats
path: root/examples/widgets/touch/fingerpaint/fingerpaint.pro
blob: 6370da6607f9ef0b87b10b8f59d406c4445f355c (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]/widgets/touch/fingerpaint
INSTALLS += target