From 430c14fb91bd46510cc2895c343358872f809889 Mon Sep 17 00:00:00 2001 From: Shawn Rutledge Date: Wed, 29 Nov 2017 22:12:30 +0100 Subject: pointer manual test: add svg to the .pro Otherwise the map example doesn't work when installing into app packages, because the svg plugin doesn't get included. Task-number: QTBUG-64851 Change-Id: I6674b8e4175262dfed74144280470c3e6b4c1524 Reviewed-by: Shawn Rutledge --- tests/manual/pointer/pointer.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/manual') diff --git a/tests/manual/pointer/pointer.pro b/tests/manual/pointer/pointer.pro index 3705d41df0..79044a102e 100644 --- a/tests/manual/pointer/pointer.pro +++ b/tests/manual/pointer/pointer.pro @@ -1,6 +1,6 @@ TEMPLATE = app -QT += qml quick +QT += qml quick svg SOURCES += main.cpp -- cgit v1.2.3