MantisBT - CMake
View Issue Details
0013837CMakeModulespublic2013-01-07 10:032013-06-03 09:05
Martin Müllenhaupt 
Clinton Stimpson 
normalminoralways
closedfixed 
CMake 2.8.10.2 
 
0013837: QT_VERSION_* variables defined too late in FindQt4.cmake
In FindQt4.cmake, lines 1174-1176, the variables QT_VERSION_MAJOR, QT_VERSION_MINOR and QT_VERSION_PATCH are defined.
But they are used earlier in line 1076 by the Qt4ConfigDependentSettings.cmake macro.

This results in failing static linkage of the QtNetwork library when compiling with OpenSSL support on my setup (http://mxe.cc/ [^]).
No tags attached.
Issue History
2013-01-07 10:03Martin MüllenhauptNew Issue
2013-01-07 13:11Clinton StimpsonAssigned To => Clinton Stimpson
2013-01-07 13:11Clinton StimpsonStatusnew => assigned
2013-01-07 14:07Clinton StimpsonNote Added: 0031999
2013-01-07 14:07Clinton StimpsonStatusassigned => resolved
2013-01-07 14:07Clinton StimpsonResolutionopen => fixed
2013-06-03 09:05Robert MaynardNote Added: 0033180
2013-06-03 09:05Robert MaynardStatusresolved => closed

Notes
(0031999)
Clinton Stimpson   
2013-01-07 14:07   
4b9ec00 FindQt4: set QT_VERSION_* variables sooner.
(0033180)
Robert Maynard   
2013-06-03 09:05   
Closing resolved issues that have not been updated in more than 4 months.