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 --- src/quick/quick.pro | 1 - 1 file changed, 1 deletion(-) (limited to 'src/quick/quick.pro') diff --git a/src/quick/quick.pro b/src/quick/quick.pro index 0f0120ee79..87d4c90509 100644 --- a/src/quick/quick.pro +++ b/src/quick/quick.pro @@ -22,7 +22,6 @@ load(qt_module_config) include(util/util.pri) include(scenegraph/scenegraph.pri) include(items/items.pri) -include(particles/particles.pri) include(designer/designer.pri) HEADERS += \ -- cgit v1.2.3