From b6039e76c2ecfd6b95359d6ac1bc7ecbd6c1d9c5 Mon Sep 17 00:00:00 2001 From: Jocelyn Turcotte Date: Wed, 13 Nov 2013 11:08:06 +0100 Subject: Add some QQuickWebView graphics stack tests. This does basic sanity testing of the graphics stack for both the hardware accelerated and software codepaths. This also adds a required signal to report the CompositingSurface later on if the QWindow wasn't available yet when Chromium asked for it. Change-Id: I402ec5ade9114c78bea7960c5f0de989f54110e3 Reviewed-by: Zeno Albisser --- tests/auto/quick/tests.pri | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 tests/auto/quick/tests.pri (limited to 'tests/auto/quick/tests.pri') diff --git a/tests/auto/quick/tests.pri b/tests/auto/quick/tests.pri new file mode 100644 index 000000000..618ffe0cd --- /dev/null +++ b/tests/auto/quick/tests.pri @@ -0,0 +1,18 @@ +TEMPLATE = app + +CONFIG += testcase +VPATH += $$_PRO_FILE_PWD_ +TARGET = tst_$$TARGET + +SOURCES += $${TARGET}.cpp +INCLUDEPATH += \ + $$PWD \ + $$PWD/../Api + +QT += testlib network quick +QT_PRIVATE += quick-private gui-private core-private + +include($$QTWEBENGINE_ROOT/common.pri) + +# This define is used by some tests to look up resources in the source tree +DEFINES += TESTS_SOURCE_DIR=\\\"$$PWD/\\\" -- cgit v1.2.3