Hi,
I’m trying to build QtWebkit for Qt 5.2. I get the error in the title of this post. My question is which libraries and headers are being looked for in the build process. Where are they supposed to be located? I’ve installed and built Qt 5.2 in a custom location. I’m using KUbuntu 13.10 64 bit, so will the libraries for QtQuick 2 be looked for in /usr/lib64, /usr/lib/x86_64-linux-gnu, or lib64. Likewise for the headers in their respective directories?
I’ve seen libraries like /usr/lib/x86_64-linux-gnu/qt5/qml/QtQuick.2/libqtquick2plugin.so, and /usr/lib/x86_64-linux-gnu/libQt5Quick.so.5.0.2 so if any of these are required, how can it be picked up in the .pro file? Should it still be QT += quick ?
I’ve installed lots of packages which seem to be for 5.02 or 5.1, but the module is still not picked up.
So the bottom line is, which packages/dependencies are required for QtQuick 2 on Qt 5.2 in order to build QtWebkit, and where should the libraries and headers be located on the file system.
Thanks for any help.
↧