summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authoraxis <qt-info@nokia.com>2009-11-27 15:08:39 (GMT)
committeraxis <qt-info@nokia.com>2009-12-11 09:10:22 (GMT)
commitea7ea93c28fdde7f8d2701ac067d3c399fe799e0 (patch)
tree7ccad295c04da49a3e12dd8edf318e93ab3bda4d /configure
parentd1e4778546148b4ac47ba7f8ab1cf06bc7dcd6a3 (diff)
downloadQt-ea7ea93c28fdde7f8d2701ac067d3c399fe799e0.zip
Qt-ea7ea93c28fdde7f8d2701ac067d3c399fe799e0.tar.gz
Qt-ea7ea93c28fdde7f8d2701ac067d3c399fe799e0.tar.bz2
Switched to Symbian export rules when building.
This was done by enabling the QT_DLL flag when configuring for Symbian.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 4 insertions, 0 deletions
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