diff options
author | Espen Riskedal <espenr@trolltech.com> | 2010-05-03 19:33:50 +0200 |
---|---|---|
committer | Espen Riskedal <espenr@trolltech.com> | 2010-05-03 19:33:50 +0200 |
commit | dfa6c04356d4fe93a88f2c237a920367220b9ed6 (patch) | |
tree | f69d254f4006017289b424cf03c63c5e8a8add25 | |
parent | d9fa51324940a73360f8473acf8231aa50f3efbd (diff) |
Added missing UID3 for qsymbianbearer.dll.
Without a proper UID3 it is not possible to sign Qt.sis
at symbiansigned.com. I also reserved the UID3 in our
Wiki pages
Reviewed-by: Aleksandar Babic
-rw-r--r-- | src/plugins/bearer/symbian/symbian.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/bearer/symbian/symbian.pro b/src/plugins/bearer/symbian/symbian.pro index f915570d51..4f1e51cacc 100644 --- a/src/plugins/bearer/symbian/symbian.pro +++ b/src/plugins/bearer/symbian/symbian.pro @@ -11,6 +11,7 @@ SOURCES += symbianengine.cpp \ main.cpp symbian { + TARGET.UID3=0x20021319 exists($${EPOCROOT}epoc32/release/winscw/udeb/cmmanager.lib)| \ exists($${EPOCROOT}epoc32/release/armv5/lib/cmmanager.lib) { message("Building with SNAP support") |