Static Qt5.5 for MAC - qmake missing
-
Hey guys,
I've tried to compile a static version of Qt5.5 on a MAC OS X 10.10.4 (Yosemite).
The build succeed, but for some reason the binary tools, including qmake are missing.
The configure command looked as follows:
"./configure -static -debug-and-release -qz-zlib -qt-pcre -qt-libpng -qt-libjpeg -qt-freetype -opengl desktop -no-openssl -opensource -confirm-license -make libs -nomake tools -nomake examples -nomake tests"
"make -j4"
Thanks in advance!