[cmake-developers] [CMake 0014286]: Regression: ActiveQt is no longer found properly since 2.8.11.1

Mantis Bug Tracker mantis at public.kitware.com
Thu Jul 11 11:31:27 EDT 2013


The following issue has been SUBMITTED. 
====================================================================== 
http://public.kitware.com/Bug/view.php?id=14286 
====================================================================== 
Reported By:                Christian Bühler
Assigned To:                
====================================================================== 
Project:                    CMake
Issue ID:                   14286
Category:                   CMake
Reproducibility:            always
Severity:                   major
Priority:                   high
Status:                     new
====================================================================== 
Date Submitted:             2013-07-11 11:31 EDT
Last Modified:              2013-07-11 11:31 EDT
====================================================================== 
Summary:                    Regression: ActiveQt is no longer found properly
since 2.8.11.1
Description: 
Building my project stopped working since v2.8.11.1 because the ActiveQt
libraries cannot be found any more.
When going back to 2.8.11, it works fine.
The problem also exists with the latest nightly build
(cmake-2.8.11.20130707-gb9c83-win32-x86).

Steps to Reproduce: 
cmake_minimum_required(VERSION 2.8)
find_package(Qt4)
message(STATUS ${QT_QAXSERVER_LIBRARY})


Additional Information: 
Output with 2.8.11 (how it should be):

-- The C compiler identification is MSVC 16.0.40219.1
-- The CXX compiler identification is MSVC 16.0.40219.1
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio
10.0/VC/bin/cl.exe
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio
10.0/VC/bin/cl.exe -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual
Studio 10.0/VC/bin/cl.exe
-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual
Studio 10.0/VC/bin/cl.exe -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Looking for Q_WS_X11
-- Looking for Q_WS_X11 - not found
-- Looking for Q_WS_WIN
-- Looking for Q_WS_WIN - found
-- Looking for Q_WS_QWS
-- Looking for Q_WS_QWS - not found
-- Looking for Q_WS_MAC
-- Looking for Q_WS_MAC - not found
-- Found Qt4: C:/Qt/4.8.5/bin/qmake.exe (found version "4.8.5") 
-- optimizedC:/Qt/4.8.5/lib/QAxServer.libdebugC:/Qt/4.8.5/lib/QAxServerd.lib
-- Configuring done
-- Generating done
-- Build files have been written to: D:/tmp/build

Output with 2.8.11.2 (how it is):

-- The C compiler identification is MSVC 16.0.40219.1
-- The CXX compiler identification is MSVC 16.0.40219.1
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio
10.0/VC/bin/cl.exe
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio
10.0/VC/bin/cl.exe -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual
Studio 10.0/VC/bin/cl.exe
-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual
Studio 10.0/VC/bin/cl.exe -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Looking for Q_WS_X11
-- Looking for Q_WS_X11 - not found
-- Looking for Q_WS_WIN
-- Looking for Q_WS_WIN - found
-- Looking for Q_WS_QWS
-- Looking for Q_WS_QWS - not found
-- Looking for Q_WS_MAC
-- Looking for Q_WS_MAC - not found
-- Found Qt4: C:/Qt/4.8.5/bin/qmake.exe (found version "4.8.5") 
-- 
-- Configuring done
-- Generating done
-- Build files have been written to: D:/tmp/build

====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2013-07-11 11:31 Christian BühlerNew Issue                                    
======================================================================




More information about the cmake-developers mailing list