summaryrefslogtreecommitdiffstats
path: root/examples/xmlpatterns/qobjectxmlmodel
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/qobjectxmlmodel
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/qobjectxmlmodel')
-rw-r--r--examples/xmlpatterns/qobjectxmlmodel/qobjectxmlmodel.pro5
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/xmlpatterns/qobjectxmlmodel/qobjectxmlmodel.pro b/examples/xmlpatterns/qobjectxmlmodel/qobjectxmlmodel.pro
index 39f0106..5a63b2b 100644
--- a/examples/xmlpatterns/qobjectxmlmodel/qobjectxmlmodel.pro
+++ b/examples/xmlpatterns/qobjectxmlmodel/qobjectxmlmodel.pro
@@ -11,3 +11,8 @@ target.path = $$[QT_INSTALL_EXAMPLES]/xmlpatterns/qobjectxmlmodel
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS *.pro *.xq *.html
sources.path = $$[QT_INSTALL_EXAMPLES]/xmlpatterns/qobjectxmlmodel
INSTALLS += target sources
+
+symbian {
+ TARGET.UID3 = 0xA000D7C8
+ include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
+}