diff -r 93b982ccede2 -r 5daf16870df6 mkspecs/features/symbian/default_post.prf --- a/mkspecs/features/symbian/default_post.prf Mon Jun 21 22:38:13 2010 +0100 +++ b/mkspecs/features/symbian/default_post.prf Thu Jul 22 16:41:55 2010 +0100 @@ -28,4 +28,21 @@ contains(TEMPLATE, ".*app"):contains(QT, gui):contains(CONFIG,qt) { load(application_icon.prf) -} \ No newline at end of file +} + +isEmpty(TARGET.UID3):TARGET.UID3 = $$generate_uid("$${OUT_PWD}/$${TARGET}") +isEmpty(TARGET.UID2) { + contains(CONFIG, stdbinary) { + TARGET.UID2 = 0x20004C45 + } else { + contains(TEMPLATE, app) { + contains(QT, gui) { + TARGET.UID2 = 0x100039CE + } else { + TARGET.UID2 = 0 + } + } else:contains(TEMPLATE, lib):!contains(CONFIG, static):!contains(CONFIG, staticlib) { + TARGET.UID2 = 0x1000008d + } + } +}