summaryrefslogtreecommitdiffstats
path: root/tests/manual/examples/quick/customtouchhandle/customtouchhandle.pro
blob: a74ef314605ba0fd4baa1439fd7794968a283c9c (plain)
1
2
3
4
5
6
7
8
9
10
TEMPLATE = app

QT += webenginequick

SOURCES += main.cpp

RESOURCES += qml.qrc

target.path = $$[QT_INSTALL_EXAMPLES]/webenginequick/customtouchhandle
INSTALLS += target