summaryrefslogtreecommitdiffstats
path: root/examples/xmlpatterns/recipes
diff options
context:
space:
mode:
authorMiikka Heikkinen <miikka.heikkinen@digia.com>2009-11-04 09:57:56 (GMT)
committerMiikka Heikkinen <miikka.heikkinen@digia.com>2009-11-04 10:39:22 (GMT)
commit968eabf3ff6b686867d964f2a3437a228be0ea6b (patch)
tree33b0270249657662ad070a463f69bb46a95f2f47 /examples/xmlpatterns/recipes
parentd03b2cd7e65aa097c555297473c3ee038bed0f71 (diff)
downloadQt-968eabf3ff6b686867d964f2a3437a228be0ea6b.zip
Qt-968eabf3ff6b686867d964f2a3437a228be0ea6b.tar.gz
Qt-968eabf3ff6b686867d964f2a3437a228be0ea6b.tar.bz2
Added UIDs to projects lacking them
Also added symbianpkgrules.pri include to some examples Reviewed-by: Janne Koskinen
Diffstat (limited to 'examples/xmlpatterns/recipes')
-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 f02a018..67d6d73 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)
+}