diff options
author | Tasuku Suzuki <tasuku.suzuki@nokia.com> | 2010-04-11 10:22:08 (GMT) |
---|---|---|
committer | Tasuku Suzuki <tasuku.suzuki@nokia.com> | 2010-04-13 12:44:11 (GMT) |
commit | c6483baf226e9e698983aa596761825ad4a8a698 (patch) | |
tree | 3606cac0c91f013d38e1851c7adb95aba6418999 /src/declarative/graphicsitems/qdeclarativeeffects_p.h | |
parent | e9a0067ef4b272f1893522959dc15561970590ea (diff) | |
download | Qt-c6483baf226e9e698983aa596761825ad4a8a698.zip Qt-c6483baf226e9e698983aa596761825ad4a8a698.tar.gz Qt-c6483baf226e9e698983aa596761825ad4a8a698.tar.bz2 |
Fix QT_NO_GRAPHICSEFFECT
Diffstat (limited to 'src/declarative/graphicsitems/qdeclarativeeffects_p.h')
-rw-r--r-- | src/declarative/graphicsitems/qdeclarativeeffects_p.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/declarative/graphicsitems/qdeclarativeeffects_p.h b/src/declarative/graphicsitems/qdeclarativeeffects_p.h index 73eec6a..0de5854 100644 --- a/src/declarative/graphicsitems/qdeclarativeeffects_p.h +++ b/src/declarative/graphicsitems/qdeclarativeeffects_p.h @@ -56,10 +56,12 @@ #include <qdeclarative.h> #include <QtGui/qgraphicseffect.h> +#ifndef QT_NO_GRAPHICSEFFECT QML_DECLARE_TYPE(QGraphicsEffect) QML_DECLARE_TYPE(QGraphicsBlurEffect) QML_DECLARE_TYPE(QGraphicsColorizeEffect) QML_DECLARE_TYPE(QGraphicsDropShadowEffect) QML_DECLARE_TYPE(QGraphicsOpacityEffect) +#endif #endif // QDECLARATIVEEFFECTS_P_H |