diff options
author | Michael Brasser <michael.brasser@nokia.com> | 2009-05-15 00:37:09 (GMT) |
---|---|---|
committer | Michael Brasser <michael.brasser@nokia.com> | 2009-05-15 00:37:09 (GMT) |
commit | 299ce6f43dc8c2f2953f6be551985edc485ea4f9 (patch) | |
tree | 62cff9d2ee25466e69a30a2c09c0052ad2b98524 | |
parent | e7104992c731749335466b6ff771ee886af79f1d (diff) | |
download | Qt-299ce6f43dc8c2f2953f6be551985edc485ea4f9.zip Qt-299ce6f43dc8c2f2953f6be551985edc485ea4f9.tar.gz Qt-299ce6f43dc8c2f2953f6be551985edc485ea4f9.tar.bz2 |
Make test compile.
-rw-r--r-- | tests/auto/declarative/qmlparser/testtypes.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/declarative/qmlparser/testtypes.h b/tests/auto/declarative/qmlparser/testtypes.h index 0dc91b2..c1f85b9 100644 --- a/tests/auto/declarative/qmlparser/testtypes.h +++ b/tests/auto/declarative/qmlparser/testtypes.h @@ -7,6 +7,7 @@ #include <QtGui/qmatrix.h> #include <QtGui/qcolor.h> #include <QtDeclarative/qml.h> +#include <QtDeclarative/qmlcomponent.h> #include <QtDeclarative/qmlparserstatus.h> #include <QtDeclarative/qmlpropertyvaluesource.h> |