diff options
| author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-08 21:45:03 -0600 |
|---|---|---|
| committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-08 21:45:03 -0600 |
| commit | 5e47b11f231d3b096b52355cc285e124f257986b (patch) | |
| tree | 0bc94e3894ccf97b828cde2696dd7dea1cc94378 /configure | |
| parent | e278b858739babff5cc19ca81a661e1256d162e7 (diff) | |
| download | qt3-5e47b11f231d3b096b52355cc285e124f257986b.tar.gz qt3-5e47b11f231d3b096b52355cc285e124f257986b.zip | |
Enable gcc visibility support in Qt3
This partially closes Bug 696
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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"; |
