Although configure seems to work perfectly, running make results in errors almost immediately:
Project WARNING: You should probably load(qt_build_config) first in bootstrap.pro for QtBootstrap, as the latter also load()s qt_module.
Project MESSAGE: Not doing so may lead to qt_module.prf overriding compiler/linker options in your .pro file.
Project MESSAGE: Ignore this warning with CONFIG+=no_qt_module_warning if you know what you are doing.
Project ERROR: Module does not define version.
make2: *** [sub-bootstrap-make_first] Error 3
make1: *** [sub-src-make_first] Error 2
make: *** [module-qtbase-make_first] Error 2
I’m running this on OS X 10.8.5 with XCode 5.0 installed.
Options to configure were the following: -opensource -arch x86_64 -debug-and-release -no-framework -confirm-license
Has anyone successfully built Qt 5.2.1 from source on OS X?
↧