Hello, As a complete Qt newbie I'm trying to make a static build of Qt5 and QtWebkit for the purposes of making a static build of an application that uses them.
I'm using tarballs qtwebkit-opensource-src-5.9.0.tar.xz and qtwebkit-opensource-src-5.9.0.tar.xz on a system with no qt packages installed (just to make sure I'm not polluting my custom build with system versions). Qt built without problems. But when I came to build qtwebkit it seemed to use hard-coded locations /usr/lib/x86_64-linux-gnu/qt5/include and /usr/lib/x86_64-linux-gnu/qt5/include/QtCore/ for its include path. Poking around a little I could see that these values were defined in Makefile.WTF and Makefile.LLIntOffsetsExtractor but couldn't see any way to override these values so that I can build qtwebkit without having to install Qt5 system-wide. Can anyone offer a pointer on how I might achieve this? Thanks as always, Jonathan _______________________________________________ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest