MantisBT - CMake | ||||||||||
View Issue Details | ||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | |||||
0014356 | CMake | Modules | public | 2013-08-14 11:43 | 2014-02-10 10:44 | |||||
Reporter | Alex Maltsev | |||||||||
Assigned To | Stephen Kelly | |||||||||
Priority | normal | Severity | minor | Reproducibility | always | |||||
Status | closed | Resolution | duplicate | |||||||
Platform | OS | OS Version | ||||||||
Product Version | CMake 2.8.11.2 | |||||||||
Target Version | Fixed in Version | CMake 2.8.12 | ||||||||
Summary | 0014356: 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. | |||||||||
Steps To Reproduce | ||||||||||
Additional Information | ||||||||||
Tags | No tags attached. | |||||||||
Relationships |
| |||||||||
Attached Files | ||||||||||
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 |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|