qt6windows7/examples/widgets/touch/fingerpaint/fingerpaint.pro

14 lines
342 B
Prolog
Raw Normal View History

2023-10-30 06:33:08 +08:00
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