We’ve built Qt 5 (GA) from source, in the process of upgrading our App from 4.7.4 to 5.0
configuration:
./configure -nomake tests -nomake demos -nomake examples
Our project file had:
QT += core gui network webkit
This worked for Qt 4.7.4
building under Qt 5.0 brings the following problem:
Project ERROR: Unknown module(s) in QT: webkit
What can we do to correct this? We have the commercial version of Qt 5.
↧