summaryrefslogtreecommitdiff
path: root/examples/xmlpatterns/trafficinfo
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/trafficinfo
parentd03b2cd7e65aa097c555297473c3ee038bed0f71 (diff)
downloadqt4-tools-968eabf3ff6b686867d964f2a3437a228be0ea6b.tar.gz
Added UIDs to projects lacking them
Also added symbianpkgrules.pri include to some examples Reviewed-by: Janne Koskinen
Diffstat (limited to 'examples/xmlpatterns/trafficinfo')
-rw-r--r--examples/xmlpatterns/trafficinfo/trafficinfo.pro5
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/xmlpatterns/trafficinfo/trafficinfo.pro b/examples/xmlpatterns/trafficinfo/trafficinfo.pro
index 52bcc19f16..99825d0db9 100644
--- a/examples/xmlpatterns/trafficinfo/trafficinfo.pro
+++ b/examples/xmlpatterns/trafficinfo/trafficinfo.pro
@@ -7,3 +7,8 @@ target.path = $$[QT_INSTALL_EXAMPLES]/xmlpatterns/trafficinfo
sources.files = $$SOURCES $$HEADERS $$RESOURCES *.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/xmlpatterns/trafficinfo
INSTALLS += target sources
+
+symbian {
+ TARGET.UID3 = 0xA000D7C7
+ include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
+}