diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-08 21:59:07 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-08 21:59:07 -0600 |
commit | 2ae2f3f719ab9316eb2addef265c78ab81327516 (patch) | |
tree | 58511ab39204ff6a35f45f892cf3510c9aba0174 /configure | |
parent | e9c23befee596e80f840ff9a1a1a3b849972f211 (diff) | |
download | tqt3-2ae2f3f719ab9316eb2addef265c78ab81327516.tar.gz tqt3-2ae2f3f719ab9316eb2addef265c78ab81327516.zip |
Update tqt3 to support gcc visibility
This 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"; |