summaryrefslogtreecommitdiffstats
path: root/tests/manual/gestures/graphicsview/graphicsview.pro
blob: a20c4b394876e3384ce4c0881342c95538bd0bfa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
QT += widgets

TARGET = tst_manual_graphicsview

SOURCES += main.cpp \
    imageitem.cpp \
    gestures.cpp \
    mousepangesturerecognizer.cpp

HEADERS += imageitem.h \
    gestures.h \
    mousepangesturerecognizer.h