View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0013888VTK(No Category)public2013-02-18 08:502013-04-05 19:05
ReporterPietro Cerutti 
Assigned ToBerk Geveci 
PrioritynormalSeverityminorReproducibilityhave not tried
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version5.10.1 
Target VersionFixed in Version 
Summary0013888: Qt3 / Qt4 include files mixup
DescriptionThe 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).
TagsNo tags attached.
ProjectTBD
Typeincorrect functionality
Attached Files? file icon patch-qt4 [^] (2,119 bytes) 2013-02-18 08:50 [Show Content]

 Relationships

  Notes
There are no notes attached to this issue.

 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


Copyright © 2000 - 2018 MantisBT Team