summaryrefslogtreecommitdiffstats
path: root/tests/manual/widgets/touchbrowser/touchbrowser.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/widgets/touchbrowser/touchbrowser.pro')
-rw-r--r--tests/manual/widgets/touchbrowser/touchbrowser.pro15
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/manual/widgets/touchbrowser/touchbrowser.pro b/tests/manual/widgets/touchbrowser/touchbrowser.pro
new file mode 100644
index 000000000..1587f390a
--- /dev/null
+++ b/tests/manual/widgets/touchbrowser/touchbrowser.pro
@@ -0,0 +1,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