From d8c81e5db3e5aefd87f3f4e552eb791d84ad3d3d Mon Sep 17 00:00:00 2001 From: Sami Nurmenniemi Date: Mon, 19 Jun 2017 13:31:05 +0300 Subject: Enable tests for boot2qt MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The tests for boot2qt were disabled with commit 0340120d5f7940c9aebfd0f60328805227f8824d. Some of them can now be enabled since qtdeclarative fallbacks to software renderer if OpenGL is not supported. Some tests still need to be skipped if OpenGL is not supported. Task-number: QTBUG-60268 Change-Id: I8019859bc88497e08599d0b5f4981b9a3ac071f3 Reviewed-by: Tomi Korpipää --- tests/auto/cpptest/common/cpptestutil.pri | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 tests/auto/cpptest/common/cpptestutil.pri (limited to 'tests/auto/cpptest/common/cpptestutil.pri') diff --git a/tests/auto/cpptest/common/cpptestutil.pri b/tests/auto/cpptest/common/cpptestutil.pri new file mode 100644 index 00000000..0bac2856 --- /dev/null +++ b/tests/auto/cpptest/common/cpptestutil.pri @@ -0,0 +1,2 @@ +QT += gui-private +INCLUDEPATH += $$PWD/ -- cgit v1.2.3