summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Barron <jbarron@trolltech.com>2009-08-24 14:06:37 (GMT)
committerJason Barron <jbarron@trolltech.com>2009-08-24 14:19:44 (GMT)
commit1f4f9d294af3edcec361c8d848fdb4fe6fbb1c45 (patch)
tree2029daed248ddb46a97e73c407990bd0d340b35d
parentb232dc9489666cd711c9e6b579b73e5731dca8b5 (diff)
downloadQt-1f4f9d294af3edcec361c8d848fdb4fe6fbb1c45.zip
Qt-1f4f9d294af3edcec361c8d848fdb4fe6fbb1c45.tar.gz
Qt-1f4f9d294af3edcec361c8d848fdb4fe6fbb1c45.tar.bz2
Unfreeze the DEF files for now.
Currently the private-but-exported API of Qt is still quite unstable and this is causing problems in the link step since the libraries will not link. The temporary solution is to unfreeze the symbols until we can find a better way to update the symbols. Task-number: Iain
-rw-r--r--src/qbase.pri3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/qbase.pri b/src/qbase.pri
index b285d88..27e4992 100644
--- a/src/qbase.pri
+++ b/src/qbase.pri
@@ -101,7 +101,8 @@ symbian {
"DEFFILE ../s60installs/eabi/$${TARGET}.def" \
"$${LITERAL_HASH}endif"
- MMP_RULES += defBlock
+ #MMP_RULES += defBlock
+ MMP_RULES += EXPORTUNFROZEN
}
load(armcc_warnings)
}