MantisBT - VTK
View Issue Details
0013888VTK(No Category)public2013-02-18 08:502013-04-05 19:05
Pietro Cerutti 
Berk Geveci 
normalminorhave not tried
closedfixed 
5.10.1 
 
TBD
incorrect functionality
0013888: Qt3 / Qt4 include files mixup
The attached patch addresses a problem where both Qt3 and Qt4 are installed in the system. Qt3 install files in ${PREFIX}/include, while Qt4 defaults to ${PREFIX}/include/qt4.

Since ${PREFIX}/include is added to INCLUDE_DIRECTORIES before the specific Qt4 include path, some Qt includes are taken from the Qt3 installation. The patch fixes it by using specific Qt4 include-style (qtsomename.h --> QtSomeName) where possible, and by specifying the Qt/ subdirectory where the new name does not exist (see, qglobal.h).
No tags attached.
? patch-qt4 (2,119) 2013-02-18 08:50
https://www.vtk.org/Bug/file/9397/patch-qt4
Issue History
2013-02-18 08:50Pietro CeruttiNew Issue
2013-02-18 08:50Pietro CeruttiFile Added: patch-qt4
2013-04-05 19:05Berk GeveciAssigned To => Berk Geveci
2013-04-05 19:05Berk GeveciStatusbacklog => tabled
2013-04-05 19:05Berk GeveciResolutionopen => fixed
2013-04-05 19:05Berk GeveciStatustabled => closed

There are no notes attached to this issue.