qt6windows7/examples/widgets/touch/fingerpaint/fingerpaint.pro
2023-10-29 23:33:08 +01:00

14 lines
342 B
Prolog

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