summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-08 21:45:03 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-01-08 21:45:03 -0600
commit5e47b11f231d3b096b52355cc285e124f257986b (patch)
tree0bc94e3894ccf97b828cde2696dd7dea1cc94378 /configure
parente278b858739babff5cc19ca81a661e1256d162e7 (diff)
downloadqt3-5e47b11f231d3b096b52355cc285e124f257986b.tar.gz
qt3-5e47b11f231d3b096b52355cc285e124f257986b.zip
Enable gcc visibility support in Qt3
This partially closes Bug 696
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 466d000..2dc3f31 100755
--- a/configure
+++ b/configure
@@ -1080,6 +1080,7 @@ done
[ -d $outpath/src/tools ] || mkdir -p $outpath/src/tools
cat > $outpath/src/tools/qconfig.cpp.new <<EOF
/* Install paths from configure */
+#include "qglobal.h"
static const char QT_INSTALL_PREFIX [267] = "qt_nstpath=$QT_INSTALL_PREFIX";
static const char QT_INSTALL_BINS [267] = "qt_binpath=$QT_INSTALL_BINS";