MantisBT - CMake
View Issue Details
0012414CMakeModulespublic2011-08-20 03:522013-01-09 14:05
Sergei Epifanov 
Clinton Stimpson 
normalmajoralways
closedfixed 
IntelLinux
CMake 2.8.5 
 
0012414: Mistakes in FindQt3.cmake and FindQt4.cmake Qt version definition
Files FindQt3.cmake and FindQt4.cmake have mistakes in defining required Qt version for building program. Minor version variable recieves only the first digit but not two or more.
Set QTVERSION or QT_MIN_VERSION with minor version 10 or higher.
Just compare REGEX for major version and patch variables to find the mistake. Patch is applied.
No tags attached.
related to 0012352closed Alex Neundorf Problem with version handling of FindQt4.cmake 
has duplicate 0012353closed Clinton Stimpson The error in files and FindQt3.cmake FindQt4.cmake 
patch cmake-version.patch (1,431) 2011-08-20 03:52
https://public.kitware.com/Bug/file/4013/cmake-version.patch
Issue History
2011-08-20 03:52Sergei EpifanovNew Issue
2011-08-20 03:52Sergei EpifanovFile Added: cmake-version.patch
2011-08-22 15:23Alex NeundorfRelationship addedrelated to 0012352
2012-02-08 14:33Rolf Eike BeerAssigned To => Clinton Stimpson
2012-02-08 14:33Rolf Eike BeerStatusnew => assigned
2012-02-08 20:27Clinton StimpsonNote Added: 0028533
2012-02-11 11:24Rolf Eike BeerRelationship addedhas duplicate 0012353
2012-08-15 20:27Clinton StimpsonNote Added: 0030682
2012-08-15 20:27Clinton StimpsonStatusassigned => resolved
2012-08-15 20:27Clinton StimpsonResolutionopen => fixed
2013-01-09 14:05Robert MaynardNote Added: 0032070
2013-01-09 14:05Robert MaynardStatusresolved => closed

Notes
(0028533)
Clinton Stimpson   
2012-02-08 20:27   
Qt 3.3 was the last of the 3.x series and Qt 4.8 is the last of the 4.x series.
What's the real reason for applying this patch?
(0030682)
Clinton Stimpson   
2012-08-15 20:27   
http://www.cmake.org/gitweb?p=cmake.git;a=commit;h=4a772a16865be1c1dc2937fc3963c7a67f5316f2 [^]
(0032070)
Robert Maynard   
2013-01-09 14:05   
Closing resolved issues that have not been updated in more than 4 months.