From f189b8934dc405cbd45258abc5aba2713428b1cc Mon Sep 17 00:00:00 2001 From: Matthew Vogt Date: Wed, 11 Apr 2012 16:54:33 +1000 Subject: Extract Particles code to an independent library QtQuick clients that do not use particles features should not have to load these classes. Task-number: QTBUG-25178 Change-Id: Ib15f7655dc4d821595e06f9160d2770375279027 Reviewed-by: Glenn Watson --- tests/auto/particles/qquickwander/qquickwander.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/auto/particles/qquickwander/qquickwander.pro') diff --git a/tests/auto/particles/qquickwander/qquickwander.pro b/tests/auto/particles/qquickwander/qquickwander.pro index 1cd4269074..65075e5417 100644 --- a/tests/auto/particles/qquickwander/qquickwander.pro +++ b/tests/auto/particles/qquickwander/qquickwander.pro @@ -6,5 +6,5 @@ macx:CONFIG -= app_bundle include (../../shared/util.pri) TESTDATA = data/* -QT += core-private gui-private v8-private qml-private quick-private testlib +QT += core-private gui-private v8-private qml-private quick-private quickparticles-private testlib -- cgit v1.2.3