From feb996e3ab44e68082c97102556ea396f5df3f44 Mon Sep 17 00:00:00 2001 From: Alan Alpert Date: Wed, 11 Jul 2012 17:32:16 +1000 Subject: QQuickCanvas renames QQuickCanvas is now called QQuickWindow QQuickCanvas::rootItem is now QQuickWindow::contentItem QQuickItem::canvas is now QQuickItem::window QQuickItem::ItemChangeData::canvas is also renamed window QQuickCanvas::grabFrameBuffer is now QQuickWindow::grabWindow The functions related to the color property have dropped the clear from their names. The first three changes have interim compatibility measures in place to ease the transition. Change-Id: Id34e29546a22a74a7ae2ad90ee3a8def6fc541d2 Reviewed-by: Martin Jones --- tests/auto/quick/qquickwindow/qquickwindow.pro | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 tests/auto/quick/qquickwindow/qquickwindow.pro (limited to 'tests/auto/quick/qquickwindow/qquickwindow.pro') diff --git a/tests/auto/quick/qquickwindow/qquickwindow.pro b/tests/auto/quick/qquickwindow/qquickwindow.pro new file mode 100644 index 0000000000..8f3ff82ceb --- /dev/null +++ b/tests/auto/quick/qquickwindow/qquickwindow.pro @@ -0,0 +1,17 @@ +CONFIG += testcase +TARGET = tst_qquickwindow +SOURCES += tst_qquickwindow.cpp + +include (../../shared/util.pri) + +macx:CONFIG -= app_bundle + +CONFIG += parallel_test +QT += core-private gui-private qml-private quick-private v8-private testlib + +TESTDATA = data/* + +OTHER_FILES += \ + data/AnimationsWhileHidden.qml \ + data/Headless.qml + -- cgit v1.2.3