summaryrefslogtreecommitdiffstats
path: root/examples/widgets/gestures/imagegestures/imagegestures.pro
blob: 0d5b2f286c9aef28f0609b256d9ddfae451dd873 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
QT += widgets

HEADERS   = imagewidget.h \
            mainwidget.h
SOURCES   = imagewidget.cpp \
            main.cpp \
            mainwidget.cpp

# install
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/gestures/imagegestures
INSTALLS += target