MantisBT - CMake
View Issue Details
0014356CMakeModulespublic2013-08-14 11:432014-02-10 10:44
Alex Maltsev 
Stephen Kelly 
normalminoralways
closedduplicate 
CMake 2.8.11.2 
CMake 2.8.12 
0014356: QAxServer and QAxContainer are broken in FindQt4.cmake
FindQt4.cmake:
    macro (_QT4_ADJUST_LIB_VARS _camelCaseBasename)
        ...
        set(QT_${basename}_FOUND 1)
        ...
    endmacro ()

    if(QT_QAXSERVER_FOUND)
      _QT4_ADJUST_LIB_VARS(QAxServer)
      ...
    endif()

    if(QT_QAXCONTAINER_FOUND)
      _QT4_ADJUST_LIB_VARS(QAxContainer)
    endif()

Macro _QT4_ADJUST_LIB_VARS is the only place where QT_QAXSERVER_FOUND and QT_QAXCONTAINER_FOUND (and other _FOUND variables) are set so these two variables will be always in false state making QAxServer and QAxContainer disabled.
No tags attached.
duplicate of 0014286closed Stephen Kelly Regression: ActiveQt is no longer found properly since 2.8.11.1 
Issue History
2013-08-14 11:43Alex MaltsevNew Issue
2013-08-14 11:48Brad KingAssigned To => Stephen Kelly
2013-08-14 11:48Brad KingStatusnew => assigned
2013-08-14 12:28Stephen KellyNote Added: 0033716
2013-08-14 12:28Stephen KellyRelationship addedduplicate of 0014286
2013-08-14 12:28Stephen KellyStatusassigned => resolved
2013-08-14 12:28Stephen KellyFixed in Version => CMake 2.8.12
2013-08-14 12:28Stephen KellyResolutionopen => duplicate
2014-02-10 10:44Robert MaynardNote Added: 0035073
2014-02-10 10:44Robert MaynardStatusresolved => closed

Notes
(0033716)
Stephen Kelly   
2013-08-14 12:28   
Fixed in http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=969e7ee5df [^]
(0035073)
Robert Maynard   
2014-02-10 10:44   
Closing resolved issues that have not been updated in more than 4 months.