[cmake-developers] [CMake 0014356]: QAxServer and QAxContainer are broken in FindQt4.cmake
Mantis Bug Tracker
mantis at public.kitware.com
Wed Aug 14 11:43:21 EDT 2013
The following issue has been SUBMITTED.
======================================================================
http://www.gccxml.org/Bug/view.php?id=14356
======================================================================
Reported By: Alex
Assigned To:
======================================================================
Project: CMake
Issue ID: 14356
Category: Modules
Reproducibility: always
Severity: minor
Priority: normal
Status: new
======================================================================
Date Submitted: 2013-08-14 11:43 EDT
Last Modified: 2013-08-14 11:43 EDT
======================================================================
Summary: QAxServer and QAxContainer are broken in
FindQt4.cmake
Description:
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.
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2013-08-14 11:43 Alex New Issue
======================================================================
More information about the cmake-developers
mailing list