The current CMake stuff doesn't search for/require QtWebKit, leading to a compilation failure later on when the auth dialog tries to include QWebView. It'd be nice to catch this during the initial CMake run. :) Reproducible: Always
If I understand it well, it fails to report when QtWebKit (or QtWebKit-devel) is not installed in the system? When present, it builds OK for you?
Yes, but CMake should check for its existence and warn you before it gets in to the middle of the build and fails.
Git commit 487e210611bb8fb93ce81c8ca9bfbacdfc153523 by Dan Vrátil. Committed on 31/05/2012 at 22:13. Pushed by dvratil into branch 'master'. Specify all Qt modules LibKGAPI depends on Explicitly list all Qt modules that LibKGAPI depends on so that CMake can report and abort if any of them is missing (especially QtWebKit, the other modules are usualy part of Qt package). FIXED-IN: 0.4.1 M +2 -1 CMakeLists.txt http://commits.kde.org/akonadi-google/487e210611bb8fb93ce81c8ca9bfbacdfc153523
Git commit 612d3a191978946ecc3d36df3cfe2acd2ab0f8d9 by Dan Vrátil. Committed on 31/05/2012 at 22:13. Pushed by dvratil into branch 'LibKGAPI/0.4'. Specify all Qt modules LibKGAPI depends on Explicitly list all Qt modules that LibKGAPI depends on so that CMake can report and abort if any of them is missing (especially QtWebKit, the other modules are usualy part of Qt package). FIXED-IN: 0.4.1 M +2 -1 CMakeLists.txt http://commits.kde.org/akonadi-google/612d3a191978946ecc3d36df3cfe2acd2ab0f8d9