summaryrefslogtreecommitdiffstats
path: root/examples/animation/easing
diff options
context:
space:
mode:
authorMiikka Heikkinen <miikka.heikkinen@digia.com>2010-03-09 14:38:40 +0200
committerMiikka Heikkinen <miikka.heikkinen@digia.com>2010-03-10 14:15:03 +0200
commit66619b3e6dd8c94564d8d63295780a42ca87e6d3 (patch)
tree07609acc1f6d479799d09a45848902322d00937d /examples/animation/easing
parentdb067f7467b3116e72b34c56408ba7dd4ef7cd91 (diff)
Enabled some examples by default in Symbian builds
Part of QtP delta reduction effort. Reviewed-by: Janne Anttila
Diffstat (limited to 'examples/animation/easing')
-rw-r--r--examples/animation/easing/easing.pro5
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/animation/easing/easing.pro b/examples/animation/easing/easing.pro
index 8e8a35f75b..a8eda70728 100644
--- a/examples/animation/easing/easing.pro
+++ b/examples/animation/easing/easing.pro
@@ -12,3 +12,8 @@ target.path = $$[QT_INSTALL_EXAMPLES]/animation/easing
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS easing.pro images
sources.path = $$[QT_INSTALL_EXAMPLES]/animation/easing
INSTALLS += target sources
+
+symbian {
+ TARGET.UID3 = 0xA000E3F6
+ include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
+}