tags 663441 unreproducible

Hello,

On sekmadienis 11 Kovas 2012 12:17:45 Emmanuel Surleau wrote:
> With the latest version of libqtwebkit-dev (2.2.0-3) and libqtwebkit4
> (2.2.0-3) installed, CMake fails to find QtWebkit, even though
> set(QT_USE_QTWEBKIT TRUE) is present in the CMakeLists.txt file (on the
> other hand, it finds QtDBus, etc, without problem).
> 
> Instead it comes up with the following message:
> 
> Qt QTWEBKIT library not found.

I can't reproduce this problem:

$ dpkg -l libqt4-dev libqtwebkit-dev | grep ^ii
ii  libqt4-dev                                           4:4.7.4-2              
       Qt 4 development files
ii  libqtwebkit-dev                                      2.2.0-3                
       Web content engine 
library for Qt - development files

$ cat CMakeLists.txt 
project(demo)
cmake_minimum_required(VERSION 2.8)

find_package(Qt4)
message(STATUS ${QT_QTWEBKIT_FOUND} ${QT_QTWEBKIT_INCLUDE_DIR})

$ rm -f CMakeCache.txt; cmake .
-- The C compiler identification is GNU
-- The CXX compiler identification is GNU
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Looking for Q_WS_X11
-- Looking for Q_WS_X11 - found
-- Looking for Q_WS_WIN
-- Looking for Q_WS_WIN - not 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: /usr/bin/qmake (found version "4.7.4")
-- 1/usr/include/qt4/QtWebKit
-- Configuring done
-- Generating done
-- Build files have been written to: /home/modax/test/cmake

-- 
Modestas Vainius <mo...@debian.org>

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to