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

14 lines
279 B
Prolog

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