qt5base-lts/examples/gestures/imagegestures/imagegestures.pro

13 lines
240 B
Prolog
Raw Normal View History

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