summaryrefslogtreecommitdiffstats
path: root/examples/animation/moveblocks
diff options
context:
space:
mode:
authorMiikka Heikkinen <miikka.heikkinen@digia.com>2010-03-09 12:38:40 (GMT)
committerMiikka Heikkinen <miikka.heikkinen@digia.com>2010-03-10 12:15:03 (GMT)
commit66619b3e6dd8c94564d8d63295780a42ca87e6d3 (patch)
tree07609acc1f6d479799d09a45848902322d00937d /examples/animation/moveblocks
parentdb067f7467b3116e72b34c56408ba7dd4ef7cd91 (diff)
downloadQt-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/moveblocks')
-rw-r--r--examples/animation/moveblocks/moveblocks.pro5
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/animation/moveblocks/moveblocks.pro b/examples/animation/moveblocks/moveblocks.pro
index b8e88b2..0a32ecf 100644
--- a/examples/animation/moveblocks/moveblocks.pro
+++ b/examples/animation/moveblocks/moveblocks.pro
@@ -5,3 +5,8 @@ target.path = $$[QT_INSTALL_EXAMPLES]/animation/moveblocks
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS moveblocks.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/animation/moveblocks
INSTALLS += target sources
+
+symbian {
+ TARGET.UID3 = 0xA000E3F7
+ include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
+}