Error building QT static
Solved
General and Desktop
-
I'm building on OS X, 10.11.3 and getting the following error:
Project ERROR: Unknown module(s) in QT: qmldevtools-private
make[2]: *** [sub-qdoc-make_first] Error 3
make[1]: *** [sub-src-make_first] Error 2
make: *** [module-qttools-make_first] Error 2Here's my config string:
./configure -release -qt-freetype -qt-libpng -qt-zlib -static -prefix /Users/jedevnull/Qt/5.6/static -confirm-license -opensource -nomake examples -no-xcb-xlib -no-xcb -no-dbus -nomake tests -skip qtquickcontrols -skip qtquickcontrols2 -skip declarative -qt-xkbcommon
Thanks for any help!
-
Hi,
You are disabling the declarative module thus the tools can't find them.