View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0014356CMakeModulespublic2013-08-14 11:432014-02-10 10:44
ReporterAlex Maltsev 
Assigned ToStephen Kelly 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionduplicate 
PlatformOSOS Version
Product VersionCMake 2.8.11.2 
Target VersionFixed in VersionCMake 2.8.12 
Summary0014356: QAxServer and QAxContainer are broken in FindQt4.cmake
DescriptionFindQt4.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.
TagsNo tags attached.
Attached Files

 Relationships
duplicate of 0014286closedStephen Kelly Regression: ActiveQt is no longer found properly since 2.8.11.1 

  Notes
(0033716)
Stephen Kelly (developer)
2013-08-14 12:28

Fixed in http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=969e7ee5df [^]
(0035073)
Robert Maynard (manager)
2014-02-10 10:44

Closing resolved issues that have not been updated in more than 4 months.

 Issue History
Date Modified Username Field Change
2013-08-14 11:43 Alex Maltsev New Issue
2013-08-14 11:48 Brad King Assigned To => Stephen Kelly
2013-08-14 11:48 Brad King Status new => assigned
2013-08-14 12:28 Stephen Kelly Note Added: 0033716
2013-08-14 12:28 Stephen Kelly Relationship added duplicate of 0014286
2013-08-14 12:28 Stephen Kelly Status assigned => resolved
2013-08-14 12:28 Stephen Kelly Fixed in Version => CMake 2.8.12
2013-08-14 12:28 Stephen Kelly Resolution open => duplicate
2014-02-10 10:44 Robert Maynard Note Added: 0035073
2014-02-10 10:44 Robert Maynard Status resolved => closed


Copyright © 2000 - 2018 MantisBT Team