Fix build with QtWebEngine
ClosedPublic

Authored by heikobecker on Feb 13 2018, 12:26 PM.

Details

Summary

Pull in <config-kmymoney.h>, which has the #define ENABLE_WEBENGINE,
otherwise the build fails with "khomeview_p.h:45:10: fatal error:
KWebView: No such file or directory".
Additionally fix another build error and access m_currentPrinter via
the d pointer.

Test Plan

Builds with -DENABLE_WEBENGINE:BOOL=TRUE

Diff Detail

Repository
R261 KMyMoney
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
heikobecker requested review of this revision.Feb 13 2018, 12:26 PM
heikobecker created this revision.

Remove unrelated, accidentally included changes

heikobecker retitled this revision from Disable test which needs X to Fix build with QtWebEngine.Feb 13 2018, 12:43 PM
heikobecker edited the summary of this revision. (Show Details)
wojnilowicz accepted this revision.Feb 13 2018, 1:57 PM

I was about to commit it, but you were faster.

This revision is now accepted and ready to land.Feb 13 2018, 1:57 PM
This revision was automatically updated to reflect the committed changes.