Commit f189b893 authored by Matthew Vogt's avatar Matthew Vogt Committed by Qt by Nokia
Browse files

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: default avatarGlenn Watson <glenn.watson@nokia.com>
parent e00c40a8
No related merge requests found
Showing with 2 additions and 2 deletions
......@@ -42,13 +42,13 @@
#ifndef QQUICKPARTICLESMODULE_H
#define QQUICKPARTICLESMODULE_H
#include <private/qtquickglobal_p.h>
#include <private/qtquickparticlesglobal_p.h>
QT_BEGIN_HEADER
QT_BEGIN_NAMESPACE
class Q_QUICK_PRIVATE_EXPORT QQuickParticlesModule
class Q_QUICKPARTICLES_PRIVATE_EXPORT QQuickParticlesModule
{
public:
static void defineModule();
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment