diff options
author | Darin Broady <dbroady1@yahoo.com> | 2010-01-22 14:12:01 (GMT) |
---|---|---|
committer | Thiago Macieira <thiago.macieira@nokia.com> | 2010-01-22 14:12:01 (GMT) |
commit | a259511a2b76ddee2e1199802c66295b964c394e (patch) | |
tree | 7810f8e5ff660db8262c291b0cf6152f33a09239 /qmake/Makefile.win32-g++ | |
parent | 2c3f2a0c41a9a2b8f1961197369b278d335f9cf1 (diff) | |
download | Qt-a259511a2b76ddee2e1199802c66295b964c394e.zip Qt-a259511a2b76ddee2e1199802c66295b964c394e.tar.gz Qt-a259511a2b76ddee2e1199802c66295b964c394e.tar.bz2 |
The declaration of qt_x11Data needs to be consistent across the header
and the implementation file, and this includes it's visibility. This
error and patch was found while attempting to get symbol visibility to
work with the SunStudio compilers (coming later).
I went with the visibility setting from the implementation file
(qapplication_x11.cpp) because I don't know if this variables is used
outside of libQtGui.so, especially in 3rd-party code. If it's not
supposed to be used outside of libQtGui.so, then the proper change
would be to remove the Q_GUI_EXPORT from the definition in
qapplication_x11.cpp.
Merge-request: 433
Reviewed-by: Thiago Macieira <thiago.macieira@nokia.com>
Diffstat (limited to 'qmake/Makefile.win32-g++')
0 files changed, 0 insertions, 0 deletions