summaryrefslogtreecommitdiffstats
path: root/examples/xmlpatterns/filetree
diff options
context:
space:
mode:
authorMiikka Heikkinen <miikka.heikkinen@digia.com>2009-11-04 11:57:56 +0200
committerMiikka Heikkinen <miikka.heikkinen@digia.com>2009-11-04 12:39:22 +0200
commit968eabf3ff6b686867d964f2a3437a228be0ea6b (patch)
tree33b0270249657662ad070a463f69bb46a95f2f47 /examples/xmlpatterns/filetree
parentd03b2cd7e65aa097c555297473c3ee038bed0f71 (diff)
Added UIDs to projects lacking them
Also added symbianpkgrules.pri include to some examples Reviewed-by: Janne Koskinen
Diffstat (limited to 'examples/xmlpatterns/filetree')
-rw-r--r--examples/xmlpatterns/filetree/filetree.pro5
1 files changed, 4 insertions, 1 deletions
diff --git a/examples/xmlpatterns/filetree/filetree.pro b/examples/xmlpatterns/filetree/filetree.pro
index 0238c23dce..1683491d9d 100644
--- a/examples/xmlpatterns/filetree/filetree.pro
+++ b/examples/xmlpatterns/filetree/filetree.pro
@@ -12,4 +12,7 @@ sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS *.pro *.xq *.html
sources.path = $$[QT_INSTALL_EXAMPLES]/xmlpatterns/filetree
INSTALLS += target sources
-symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
+symbian {
+ TARGET.UID3 = 0xA000D7C4
+ include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
+}