summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Brasser <michael.brasser@nokia.com>2009-07-01 00:20:51 (GMT)
committerMichael Brasser <michael.brasser@nokia.com>2009-07-01 00:20:51 (GMT)
commit793a06b159ee205752eb8a2d4e7155618af14220 (patch)
treeb9e4e612666f4d74d515cb1153f876c966cbd387
parenta7f15a05e7b0eda7af34ac472f8ac7a01d7cbcd7 (diff)
downloadQt-793a06b159ee205752eb8a2d4e7155618af14220.zip
Qt-793a06b159ee205752eb8a2d4e7155618af14220.tar.gz
Qt-793a06b159ee205752eb8a2d4e7155618af14220.tar.bz2
Move particles to extra.
-rw-r--r--src/declarative/extra/extra.pri2
-rw-r--r--src/declarative/extra/qfxparticles.cpp (renamed from src/declarative/fx/qfxparticles.cpp)0
-rw-r--r--src/declarative/extra/qfxparticles.h (renamed from src/declarative/fx/qfxparticles.h)0
-rw-r--r--src/declarative/fx/fx.pri2
4 files changed, 2 insertions, 2 deletions
diff --git a/src/declarative/extra/extra.pri b/src/declarative/extra/extra.pri
index fde4e3a..fca8ec8 100644
--- a/src/declarative/extra/extra.pri
+++ b/src/declarative/extra/extra.pri
@@ -8,6 +8,7 @@ SOURCES += \
extra/qfxanimatedimageitem.cpp \
extra/qfxblendedimage.cpp \
extra/qfxflowview.cpp \
+ extra/qfxparticles.cpp \
extra/qmlbehaviour.cpp \
extra/qbindablemap.cpp
@@ -22,6 +23,7 @@ HEADERS += \
extra/qfxanimatedimageitem_p.h \
extra/qfxblendedimage.h \
extra/qfxflowview.h \
+ extra/qfxparticles.h \
extra/qmlbehaviour.h \
extra/qbindablemap.h
diff --git a/src/declarative/fx/qfxparticles.cpp b/src/declarative/extra/qfxparticles.cpp
index 4cd34c4..4cd34c4 100644
--- a/src/declarative/fx/qfxparticles.cpp
+++ b/src/declarative/extra/qfxparticles.cpp
diff --git a/src/declarative/fx/qfxparticles.h b/src/declarative/extra/qfxparticles.h
index cfaffa7..cfaffa7 100644
--- a/src/declarative/fx/qfxparticles.h
+++ b/src/declarative/extra/qfxparticles.h
diff --git a/src/declarative/fx/fx.pri b/src/declarative/fx/fx.pri
index 69fada0..fd6e480 100644
--- a/src/declarative/fx/fx.pri
+++ b/src/declarative/fx/fx.pri
@@ -26,7 +26,6 @@ HEADERS += \
fx/qfxlayouts_p.h \
fx/qfxmouseregion.h \
fx/qfxmouseregion_p.h \
- fx/qfxparticles.h \
fx/qfxpath.h \
fx/qfxpath_p.h \
fx/qfxpathview.h \
@@ -67,7 +66,6 @@ SOURCES += \
fx/qfxkeyproxy.cpp \
fx/qfxlayouts.cpp \
fx/qfxmouseregion.cpp \
- fx/qfxparticles.cpp \
fx/qfxpath.cpp \
fx/qfxpathview.cpp \
fx/qfxrect.cpp \