summaryrefslogtreecommitdiffstats
path: root/src/qbase.pri
diff options
context:
space:
mode:
authorJason Barron <jbarron@trolltech.com>2009-08-24 16:06:37 +0200
committerJason Barron <jbarron@trolltech.com>2009-08-24 16:19:44 +0200
commit1f4f9d294af3edcec361c8d848fdb4fe6fbb1c45 (patch)
tree2029daed248ddb46a97e73c407990bd0d340b35d /src/qbase.pri
parentb232dc9489666cd711c9e6b579b73e5731dca8b5 (diff)
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
Diffstat (limited to 'src/qbase.pri')
-rw-r--r--src/qbase.pri3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/qbase.pri b/src/qbase.pri
index b285d885be..27e4992795 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)
}