diff options
author | Miikka Heikkinen <miikka.heikkinen@digia.com> | 2010-03-09 12:38:40 (GMT) |
---|---|---|
committer | Miikka Heikkinen <miikka.heikkinen@digia.com> | 2010-03-10 12:15:03 (GMT) |
commit | 66619b3e6dd8c94564d8d63295780a42ca87e6d3 (patch) | |
tree | 07609acc1f6d479799d09a45848902322d00937d /examples/animation/appchooser | |
parent | db067f7467b3116e72b34c56408ba7dd4ef7cd91 (diff) | |
download | Qt-66619b3e6dd8c94564d8d63295780a42ca87e6d3.zip Qt-66619b3e6dd8c94564d8d63295780a42ca87e6d3.tar.gz Qt-66619b3e6dd8c94564d8d63295780a42ca87e6d3.tar.bz2 |
Enabled some examples by default in Symbian builds
Part of QtP delta reduction effort.
Reviewed-by: Janne Anttila
Diffstat (limited to 'examples/animation/appchooser')
-rw-r--r-- | examples/animation/appchooser/appchooser.pro | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/animation/appchooser/appchooser.pro b/examples/animation/appchooser/appchooser.pro index 847b60a..7d45da2 100644 --- a/examples/animation/appchooser/appchooser.pro +++ b/examples/animation/appchooser/appchooser.pro @@ -6,3 +6,8 @@ target.path = $$[QT_INSTALL_EXAMPLES]/animation/appchooser sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS appchooser.pro sources.path = $$[QT_INSTALL_EXAMPLES]/animation/appchooser INSTALLS += target sources + +symbian { + TARGET.UID3 = 0xA000E3F5 + include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri) +} |