summaryrefslogtreecommitdiffstats
path: root/src/declarative/graphicsitems/graphicsitems.pri
diff options
context:
space:
mode:
authorWarwick Allison <warwick.allison@nokia.com>2010-02-14 23:27:19 (GMT)
committerWarwick Allison <warwick.allison@nokia.com>2010-02-14 23:27:19 (GMT)
commit07536c0230692506d7207970eda8f255736fa653 (patch)
tree49c1a6cbd170989f8ff6b15fe7a7aa9d5575af6b /src/declarative/graphicsitems/graphicsitems.pri
parent40e277aa622e74c18fb1b16214a2c1fe40870315 (diff)
downloadQt-07536c0230692506d7207970eda8f255736fa653.zip
Qt-07536c0230692506d7207970eda8f255736fa653.tar.gz
Qt-07536c0230692506d7207970eda8f255736fa653.tar.bz2
Move type initialization from global static initializers to QmlEngine construction.
Task-number: QT-2798
Diffstat (limited to 'src/declarative/graphicsitems/graphicsitems.pri')
-rw-r--r--src/declarative/graphicsitems/graphicsitems.pri3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/declarative/graphicsitems/graphicsitems.pri b/src/declarative/graphicsitems/graphicsitems.pri
index eb6e0ad..db9c29e 100644
--- a/src/declarative/graphicsitems/graphicsitems.pri
+++ b/src/declarative/graphicsitems/graphicsitems.pri
@@ -1,9 +1,11 @@
INCLUDEPATH += $$PWD
HEADERS += \
+ $$PWD/qmlgraphicsitemsmodule_p.h \
$$PWD/qmlgraphicsanchors_p.h \
$$PWD/qmlgraphicsanchors_p_p.h \
$$PWD/qmlgraphicsevents_p_p.h \
+ $$PWD/qmlgraphicseffects_p.h \
$$PWD/qmlgraphicsflickable_p.h \
$$PWD/qmlgraphicsflickable_p_p.h \
$$PWD/qmlgraphicsflipable_p.h \
@@ -52,6 +54,7 @@ HEADERS += \
$$PWD/qmlgraphicseffects.cpp
SOURCES += \
+ $$PWD/qmlgraphicsitemsmodule.cpp \
$$PWD/qmlgraphicsanchors.cpp \
$$PWD/qmlgraphicsevents.cpp \
$$PWD/qmlgraphicsflickable.cpp \