diff options
author | axis <qt-info@nokia.com> | 2009-11-27 15:08:39 (GMT) |
---|---|---|
committer | axis <qt-info@nokia.com> | 2009-12-11 09:10:22 (GMT) |
commit | ea7ea93c28fdde7f8d2701ac067d3c399fe799e0 (patch) | |
tree | 7ccad295c04da49a3e12dd8edf318e93ab3bda4d /configure | |
parent | d1e4778546148b4ac47ba7f8ab1cf06bc7dcd6a3 (diff) | |
download | Qt-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-x | configure | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |