aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick/handlers/handlers.pri
blob: 8bd74d95da0d1255f4de28bffa83ea5a72c08739 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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/qquickpointhandler_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/qquickpointhandler.cpp \
    $$PWD/qquicksinglepointhandler.cpp \
    $$PWD/qquicktaphandler.cpp \