summaryrefslogtreecommitdiffstats
path: root/examples/gestures/imageviewer/imageviewer.pro
blob: efbca004c4754da417064dc1d923770ef1e8278f (plain)
1
2
3
4
5
6
7
8
9
10
11
TEMPLATE = app
TARGET =
DEPENDPATH += .
INCLUDEPATH += .

# Input
HEADERS += imagewidget.h \
    tapandholdgesture.h
SOURCES += imagewidget.cpp \
    tapandholdgesture.cpp \
    main.cpp