summaryrefslogtreecommitdiffstats
path: root/examples/xmlpatterns/recipes/recipes.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/xmlpatterns/recipes/recipes.pro')
-rw-r--r--examples/xmlpatterns/recipes/recipes.pro5
1 files changed, 4 insertions, 1 deletions
diff --git a/examples/xmlpatterns/recipes/recipes.pro b/examples/xmlpatterns/recipes/recipes.pro
index f02a018494..67d6d73401 100644
--- a/examples/xmlpatterns/recipes/recipes.pro
+++ b/examples/xmlpatterns/recipes/recipes.pro
@@ -10,4 +10,7 @@ sources.files = $$SOURCES $$HEADERS $$RESOURCES *.pro *.xq *.html forms files
sources.path = $$[QT_INSTALL_EXAMPLES]/xmlpatterns/recipes
INSTALLS += target sources
-symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
+symbian {
+ TARGET.UID3 = 0xA000D7C5
+ include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
+}