diff options
author | Roy Mickos <ext-roy.mickos@nokia.com> | 2012-02-01 10:02:30 (GMT) |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2012-02-01 13:31:43 (GMT) |
commit | 9ad459913c8a277f3a6fbc7ee50937f126fe87ef (patch) | |
tree | 7273458cbaad0d20bb27f6a351609d06a026a4f9 | |
parent | 1a1a8f004824b981865c6239747ff05d8e6f812a (diff) | |
download | Qt-9ad459913c8a277f3a6fbc7ee50937f126fe87ef.zip Qt-9ad459913c8a277f3a6fbc7ee50937f126fe87ef.tar.gz Qt-9ad459913c8a277f3a6fbc7ee50937f126fe87ef.tar.bz2 |
qt demos and qt examples config in symbian package definition
Symbian package definition has been changed so that the build filter
definition in package_definition.xml is identical. This allows them
to be built in a separate build phase.
Change-Id: Ie29f2358a6c6d796a32b78d9439ed899c43a49ad
Reviewed-by: Pasi Pentikäinen <ext-pasi.a.pentikainen@nokia.com>
-rw-r--r-- | config.profiles/symbian/package_definition.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.profiles/symbian/package_definition.xml b/config.profiles/symbian/package_definition.xml index 0c81bc3..abbc56f 100644 --- a/config.profiles/symbian/package_definition.xml +++ b/config.profiles/symbian/package_definition.xml @@ -38,7 +38,7 @@ <group name="qtdemos"/> </meta> <component id="qtexamples_build" name="Qt Examples Build" introduced="^2" - filter="s60,test,qtexamples,build_as_app"> + filter="s60,test,qtdemos,build_as_app"> <unit bldFile="examples" qt:proFile="examples.pro"/> </component> </collection> |