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/schema/schema.pro | |
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/schema/schema.pro')
-rw-r--r-- | examples/xmlpatterns/schema/schema.pro | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/xmlpatterns/schema/schema.pro b/examples/xmlpatterns/schema/schema.pro index af32e0a..4d3520c 100644 --- a/examples/xmlpatterns/schema/schema.pro +++ b/examples/xmlpatterns/schema/schema.pro @@ -9,3 +9,8 @@ target.path = $$[QT_INSTALL_EXAMPLES]/xmlpatterns/schema sources.files = $$SOURCES $$HEADERS $$RESOURCES *.pro *.xq *.html files sources.path = $$[QT_INSTALL_EXAMPLES]/xmlpatterns/schema INSTALLS += target sources + +symbian { + TARGET.UID3 = 0xA000D7C6 + include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri) +} |