Opened 13 years ago

Closed 13 years ago

#3379 closed bug (invalid)

QGIS fails to detect missing QtWebKit/QWebView

Reported by: marisn Owned by: nobody
Priority: major: does not work as expected Milestone: Version 1.7.0
Component: Build/Install Version: Trunk
Keywords: Cc:
Must Fix for Release: No Platform: Gentoo
Platform Version: Awaiting user input: no

Description

Seems that configuration magic is not robust enough. trunk r14989

[ 40%] Building CXX object src/helpviewer/CMakeFiles/qgis_help.dir/main.cpp.o
In file included from /home/ddd/soft/qgis_unstable/src/helpviewer/qgshelpviewer.h:22:0,
                 from /home/ddd/soft/qgis_unstable/src/helpviewer/main.cpp:23:
/home/ddd/soft/qgis_unstable/src/helpviewer/ui_qgshelpviewerbase.h:21:29: fatal error: QtWebKit/QWebView: No such file or directory
compilation terminated.

Change History (3)

comment:1 by jef, 13 years ago

QGIS relies on CMake's Qt detection. Which version of cmake are you running?

in reply to:  1 comment:2 by marisn, 13 years ago

Replying to jef:

QGIS relies on CMake's Qt detection. Which version of cmake are you running?

cmake version 2.8.3 I have Qt, still I had no qt-webkit installed.

comment:3 by marisn, 13 years ago

Resolution: invalid
Status: newclosed

rm'ing source and making a fresh checkout fixed problem. cmake started to complain about missing QtWebkit, as it should. Seems that there was cached some test from time when this machine still had QtWebkit. Too bad that there's no make distclean to avoid such problems.

Note: See TracTickets for help on using tickets.