Re: Bug#672684: Failed to compile kdevelop4 from source because of the same issue

2012-05-15 Thread a.l.e
thanks eugene! yes, creating the symbolic link solves the issue! -- To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20120515223037.4c9678f8@digiteis

Bug#672684: Failed to compile kdevelop4 from source because of the same issue

2012-05-15 Thread Eugene Agafonov
Hi! I'm not able to compile KDevelop4 with Debian Testing (workaround below) Here is a complete CMakeList.txt to reproduce the issue. #> cat CMakeLists.txt project(demo) cmake_minimum_required(VERSION 2.8) find_package(Qt4 COMPONENTS QtWebKit REQUIRED ) message(STATUS "Test status" ${QT_QTWEBKI