summaryrefslogtreecommitdiff
path: root/examples/sql/masterdetail/masterdetail.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/sql/masterdetail/masterdetail.pro')
-rw-r--r--examples/sql/masterdetail/masterdetail.pro5
1 files changed, 4 insertions, 1 deletions
diff --git a/examples/sql/masterdetail/masterdetail.pro b/examples/sql/masterdetail/masterdetail.pro
index 89e7e730eb..41a0274e02 100644
--- a/examples/sql/masterdetail/masterdetail.pro
+++ b/examples/sql/masterdetail/masterdetail.pro
@@ -15,4 +15,7 @@ sources.files = $$SOURCES *.h $$RESOURCES $$FORMS masterdetail.pro *.xml images
sources.path = $$[QT_INSTALL_EXAMPLES]/sql/masterdetail
INSTALLS += target sources
-symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
+symbian {
+ TARGET.UID3 = 0xA000D7CF
+ include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
+}