summaryrefslogtreecommitdiffstats
path: root/examples/gestures/imagegestures/imagegestures.pro
blob: c40c29564f335f64ef07a1c86c73f068c6d0ae35 (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]/gestures/imagegestures
INSTALLS += target