From 1f4f9d294af3edcec361c8d848fdb4fe6fbb1c45 Mon Sep 17 00:00:00 2001 From: Jason Barron Date: Mon, 24 Aug 2009 16:06:37 +0200 Subject: 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 --- src/qbase.pri | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) } -- cgit v0.12