aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/handlers/handlers.pri
blob: 226cca22cb8bcd01cd9196b41148a5dcf0863ca0 (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
28
HEADERS += \
    $$PWD/qquickdraghandler_p.h \
    $$PWD/qquickhandlerpoint_p.h \
    $$PWD/qquickhoverhandler_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/qquicksinglepointhandler_p_p.h \
    $$PWD/qquicktaphandler_p.h \
    $$PWD/qquickdragaxis_p.h

SOURCES += \
    $$PWD/qquickdraghandler.cpp \
    $$PWD/qquickhandlerpoint.cpp \
    $$PWD/qquickhoverhandler.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