summaryrefslogtreecommitdiffstats
path: root/tests/manual/quick/touchbrowser/touchbrowser.pro
blob: 710584df80c99a6fdf9ffcc26bd6f551fad64f8a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
TEMPLATE = app

DEFINES += QUICK_TOUCHBROWSER
QT += core gui quick webenginequick

INCLUDEPATH += ../../touchmocking

SOURCES += \
    main.cpp \
    ../../touchmocking/touchmockingapplication.cpp
HEADERS += \
    ../../touchmocking/touchmockingapplication.h \
    ../../touchmocking/utils.h

RESOURCES += resources.qrc