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

DEFINES += WIDGET_TOUCHBROWSER
QT += core gui webenginewidgets

INCLUDEPATH += ../../touchmocking

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

RESOURCES += resources.qrc