aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/handlers/handlers.pri
blob: a47d144fbbe323ff55c5191fcc73a29fc62ce791 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
HEADERS += \
    $$PWD/qquickdraghandler_p.h \
    $$PWD/qquickhandlerpoint_p.h \
    $$PWD/qquickhandlersmodule_p.h \
    $$PWD/qquickmultipointhandler_p.h \
    $$PWD/qquickpinchhandler_p.h \
    $$PWD/qquickpointerdevicehandler_p.h \
    $$PWD/qquickpointerdevicehandler_p_p.h \
    $$PWD/qquickpointerhandler_p.h \
    $$PWD/qquickpointerhandler_p_p.h \
    $$PWD/qquickpointhandler_p.h \
    $$PWD/qquicksinglepointhandler_p.h \
    $$PWD/qquicktaphandler_p.h \
    $$PWD/qquickdragaxis_p.h

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