From ea7ea93c28fdde7f8d2701ac067d3c399fe799e0 Mon Sep 17 00:00:00 2001 From: axis Date: Fri, 27 Nov 2009 16:08:39 +0100 Subject: Switched to Symbian export rules when building. This was done by enabling the QT_DLL flag when configuring for Symbian. --- configure | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configure b/configure index d607584..237d6df 100755 --- a/configure +++ b/configure @@ -6995,6 +6995,10 @@ fi QCONFIG_FLAGS=`echo $QCONFIG_FLAGS` if echo $XPLATFORM | grep symbian >& /dev/null; then + # Enable Symbian DLLs and export rules. + # We cannot use Linux's default export rules since they export everything. + QCONFIG_FLAGS="$QCONFIG_FLAGS QT_DLL" + # Disable non-working features. QCONFIG_FLAGS="$QCONFIG_FLAGS QT_NO_CONCURRENT QT_NO_QFUTURE QT_NO_CRASHHANDLER QT_NO_PRINTER QT_NO_CURSOR QT_NO_SYSTEMTRAYICON" fi -- cgit v0.12