aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/handlers/handlers.pri
blob: 9e32b9278ca34998d4dcbc961fc4697bdf36e3c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
HEADERS += \
    $$PWD/qquickdraghandler_p.h \
    $$PWD/qquickhandlersmodule_p.h \
    $$PWD/qquickmultipointhandler_p.h \
    $$PWD/qquickpinchhandler_p.h \
    $$PWD/qquickpointerdevicehandler_p.h \
    $$PWD/qquickpointerhandler_p.h \
    $$PWD/qquicksinglepointhandler_p.h \
    $$PWD/qquicktaphandler_p.h \

SOURCES += \
    $$PWD/qquickdraghandler.cpp \
    $$PWD/qquickhandlersmodule.cpp \
    $$PWD/qquickmultipointhandler.cpp \
    $$PWD/qquickpinchhandler.cpp \
    $$PWD/qquickpointerdevicehandler.cpp \
    $$PWD/qquickpointerhandler.cpp \
    $$PWD/qquicksinglepointhandler.cpp \
    $$PWD/qquicktaphandler.cpp \