blob: 6370da6607f9ef0b87b10b8f59d406c4445f355c [file] [log] [blame]
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