diff options
author | Thomas Zander <t.zander@nokia.com> | 2010-01-19 18:09:37 (GMT) |
---|---|---|
committer | Thomas Zander <t.zander@nokia.com> | 2010-01-21 12:40:44 (GMT) |
commit | 165f76801ef060d4a156dea1c84f057ddee8c477 (patch) | |
tree | 216dff11fc6efc4852e980d16ee485fd3292f7e4 /mkspecs/symbian | |
parent | 833bea1f71ed685e5f371d93f6f5c2da7be546e5 (diff) | |
download | Qt-165f76801ef060d4a156dea1c84f057ddee8c477.zip Qt-165f76801ef060d4a156dea1c84f057ddee8c477.tar.gz Qt-165f76801ef060d4a156dea1c84f057ddee8c477.tar.bz2 |
Autogenerate the UID3 if the project file didn't supply it.
Diffstat (limited to 'mkspecs/symbian')
-rw-r--r-- | mkspecs/symbian/linux-armcc/features/symbian_building.prf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mkspecs/symbian/linux-armcc/features/symbian_building.prf b/mkspecs/symbian/linux-armcc/features/symbian_building.prf index d2d4faa..1510bfd 100644 --- a/mkspecs/symbian/linux-armcc/features/symbian_building.prf +++ b/mkspecs/symbian/linux-armcc/features/symbian_building.prf @@ -66,6 +66,7 @@ count(splitVersion, 1) { } #error ("hexVersion: $$hexVersion, decVersion: $$decVersion") +isEmpty(TARGET.UID3):TARGET.UID3 = $$generate_uid("$${OUT_PWD}/$${TARGET}") intUid3 = $$lower($$replace(TARGET.UID3, "^0x", "")) isEmpty(TARGET.SID):TARGET.SID = $$TARGET.UID3 isEmpty(TARGET.UID2):TARGET.UID2 = 0x00000000 |