MantisBT - VTK | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0013888 | VTK | (No Category) | public | 2013-02-18 08:50 | 2013-04-05 19:05 |
Reporter | Pietro Cerutti | ||||
Assigned To | Berk Geveci | ||||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | ||
Platform | OS | OS Version | |||
Product Version | 5.10.1 | ||||
Target Version | Fixed in Version | ||||
Project | TBD | ||||
Type | incorrect functionality | ||||
Summary | 0013888: Qt3 / Qt4 include files mixup | ||||
Description | 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). | ||||
Steps To Reproduce | |||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | ![]() https://www.vtk.org/Bug/file/9397/patch-qt4 | ||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2013-02-18 08:50 | Pietro Cerutti | New Issue | |||
2013-02-18 08:50 | Pietro Cerutti | File Added: patch-qt4 | |||
2013-04-05 19:05 | Berk Geveci | Assigned To | => Berk Geveci | ||
2013-04-05 19:05 | Berk Geveci | Status | backlog => tabled | ||
2013-04-05 19:05 | Berk Geveci | Resolution | open => fixed | ||
2013-04-05 19:05 | Berk Geveci | Status | tabled => closed |
There are no notes attached to this issue. |