From 31f9c57bc50ae053cfaf039a1dfdb128e2494458 Mon Sep 17 00:00:00 2001 From: Miikka Heikkinen Date: Tue, 20 Oct 2015 13:18:59 +0300 Subject: Fix issues with COIN builds MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit -Fix miscellaneous compile errors -Move manual tests to manual folder and enable export of autotests -Added widgets requirement -Fixed autotests -Fixed renderer and controller synchronization in QML case -Treat fallback Mesa as ES2 similar to setting AA_UseSoftwareOpenGL Change-Id: If6619733725d079e339bef16262e5ea1450ab20f Reviewed-by: Tomi Korpipää --- tests/manual/qmlmultitest/qmlmultitest.pro | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 tests/manual/qmlmultitest/qmlmultitest.pro (limited to 'tests/manual/qmlmultitest/qmlmultitest.pro') diff --git a/tests/manual/qmlmultitest/qmlmultitest.pro b/tests/manual/qmlmultitest/qmlmultitest.pro new file mode 100644 index 00000000..6e5e1b98 --- /dev/null +++ b/tests/manual/qmlmultitest/qmlmultitest.pro @@ -0,0 +1,12 @@ +!include( ../tests.pri ) { + error( "Couldn't find the tests.pri file!" ) +} + +# The .cpp file which was generated for your project. Feel free to hack it. +SOURCES += main.cpp + +RESOURCES += qmlmultitest.qrc + +OTHER_FILES += doc/src/* \ + doc/images/* \ + qml/qmlmultitest/* -- cgit v1.2.3