diff options
author | Michael Brasser <michael.brasser@nokia.com> | 2009-04-28 04:57:49 (GMT) |
---|---|---|
committer | Michael Brasser <michael.brasser@nokia.com> | 2009-04-28 04:57:49 (GMT) |
commit | c139630bb792e3d0e364c05c7be3e190bfd90b64 (patch) | |
tree | 1e5f16a1b65ef1cab34989ef776a353d94c1dc85 /src/declarative/fx/fx.pri | |
parent | 72dfac4fbe7a45ca84ce233eb68161c685bdc31c (diff) | |
parent | a6ffd7c7c28066f2794579bc40e7b9517e76d1ff (diff) | |
download | Qt-c139630bb792e3d0e364c05c7be3e190bfd90b64.zip Qt-c139630bb792e3d0e364c05c7be3e190bfd90b64.tar.gz Qt-c139630bb792e3d0e364c05c7be3e190bfd90b64.tar.bz2 |
Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
Diffstat (limited to 'src/declarative/fx/fx.pri')
-rw-r--r-- | src/declarative/fx/fx.pri | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/declarative/fx/fx.pri b/src/declarative/fx/fx.pri index fc20371..ef059c7 100644 --- a/src/declarative/fx/fx.pri +++ b/src/declarative/fx/fx.pri @@ -8,6 +8,7 @@ HEADERS += \ fx/qfxcomponentinstance_p.h \ fx/qfxcontentwrapper.h \ fx/qfxcontentwrapper_p.h \ + fx/qfxevents_p.h \ fx/qfxflickable.h \ fx/qfxflickable_p.h \ fx/qfxflipable.h \ @@ -58,6 +59,7 @@ SOURCES += \ fx/qfxblurfilter.cpp \ fx/qfxcomponentinstance.cpp \ fx/qfxcontentwrapper.cpp \ + fx/qfxevents.cpp \ fx/qfxflickable.cpp \ fx/qfxflipable.cpp \ fx/qfxfocuspanel.cpp \ |