albert
albert

Reputation: 1816

QWebkit missing on MXE crosscompiler and Qt 4

I did the installation of the MXE crosscompiler and I am trying to make an app for Windows on Linux. But an error where said there was no QWeb compiling emerged. I checked this and there doesn't exist such component compiled Qt in the MXE. I want to know how to get QWeb for MXE?

Upvotes: 2

Views: 175

Answers (1)

tshepang
tshepang

Reputation: 12459

It does not look like it gets built. You can always migrate to Qt 5 though, where you'd build it with this command:

make qtwebkit

Ensure to switch the master branch, since it's not available in stable.

Upvotes: 1

Related Questions