diff options
author | Miikka Heikkinen <miikka.heikkinen@digia.com> | 2009-11-04 09:57:56 (GMT) |
---|---|---|
committer | Miikka Heikkinen <miikka.heikkinen@digia.com> | 2009-11-04 10:39:22 (GMT) |
commit | 968eabf3ff6b686867d964f2a3437a228be0ea6b (patch) | |
tree | 33b0270249657662ad070a463f69bb46a95f2f47 /examples/xmlpatterns/trafficinfo | |
parent | d03b2cd7e65aa097c555297473c3ee038bed0f71 (diff) | |
download | Qt-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/trafficinfo')
-rw-r--r-- | examples/xmlpatterns/trafficinfo/trafficinfo.pro | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/xmlpatterns/trafficinfo/trafficinfo.pro b/examples/xmlpatterns/trafficinfo/trafficinfo.pro index 52bcc19..99825d0 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) +} |