summaryrefslogtreecommitdiffstats
path: root/mkspecs/features/symbian/qt.prf
diff options
context:
space:
mode:
authorMiikka Heikkinen <miikka.heikkinen@digia.com>2009-08-20 08:58:19 (GMT)
committerMiikka Heikkinen <miikka.heikkinen@digia.com>2009-08-20 08:58:19 (GMT)
commitd3d7969329f42d52ed7140cb2fd684171a484eb5 (patch)
treefaec811e9c3f5182d251c2d092620e3827da6a94 /mkspecs/features/symbian/qt.prf
parente15bb13513e1157094c42d014db906063d057230 (diff)
downloadQt-d3d7969329f42d52ed7140cb2fd684171a484eb5.zip
Qt-d3d7969329f42d52ed7140cb2fd684171a484eb5.tar.gz
Qt-d3d7969329f42d52ed7140cb2fd684171a484eb5.tar.bz2
Comment clarifications based on mkspecs review.
Reviewed-by: TrustMe
Diffstat (limited to 'mkspecs/features/symbian/qt.prf')
-rw-r--r--mkspecs/features/symbian/qt.prf3
1 files changed, 3 insertions, 0 deletions
diff --git a/mkspecs/features/symbian/qt.prf b/mkspecs/features/symbian/qt.prf
index db2ea14..dd4a4d5 100644
--- a/mkspecs/features/symbian/qt.prf
+++ b/mkspecs/features/symbian/qt.prf
@@ -6,6 +6,9 @@ CONFIG += qtmain
load(qt)
+# Add dependency to QtLibs package to all other projects besides QtLibs.
+# Note: QtLibs with full capabilities has UID3 of 0x2001E61C,
+# while self-signed version typically has temporary UID3 of 0xE001E61C.
contains(CONFIG, qt):!contains(TARGET.UID3, 0x2001E61C):!contains(TARGET.UID3, 0xE001E61C) {
default_deployment.pkg_prerules += \
"; Default dependency to Qt libraries" \