qt6-bb10/examples/gestures/imagegestures/imagegestures.pro

13 lines
240 B
Prolog

HEADERS = imagewidget.h \
mainwidget.h
SOURCES = imagewidget.cpp \
main.cpp \
mainwidget.cpp
# install
target.path = $$[QT_INSTALL_EXAMPLES]/gestures/imagegestures
INSTALLS += target
QT += widgets