Here is the message I receive below:
Starting compilation
-macx is deprecated.
Project MESSAGE: Building with Qt4
g++ -c -pipe -O2 -arch x86_64 -Xarch_x86_64 -mmacosx-version-min=10.5 -Wall -W -DHUNSPELL_STATIC -D_QCODE_EDIT_BUILD_ -DQNFA_BUILD -DQUAZIP_STATIC -DHAS_POPPLER_24 -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SVG_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7_1/mkspecs/macx-g++ -I. -I/usr/local/Cellar/qt/4.8.7_1/include/QtUiTools -I/usr/local/Cellar/qt/4.8.7_1/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.7_1/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.7_1/lib/QtNetwork.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.7_1/lib/QtNetwork.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.7_1/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.7_1/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.7_1/lib/QtXml.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.7_1/lib/QtXml.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.7_1/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.7_1/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.7_1/lib/QtScript.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.7_1/lib/QtScript.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.7_1/include -Iqtsingleapplication -Iqcodeedit/lib -Iqcodeedit/lib/document -Iqcodeedit/lib/widgets -Iqcodeedit/lib/qnfa -Iquazip/quazip -I/usr/local/Cellar/poppler/0.36.0/include/poppler/qt4 -I/usr/local/Cellar/poppler/0.36.0/include/poppler -I.moc -I.ui -F/usr/local/Cellar/qt/4.8.7_1/lib -o .obj/main.o main.cpp
g++ -c -pipe -O2 -arch x86_64 -Xarch_x86_64 -mmacosx-version-min=10.5 -Wall -W -DHUNSPELL_STATIC -D_QCODE_EDIT_BUILD_ -DQNFA_BUILD -DQUAZIP_STATIC -DHAS_POPPLER_24 -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SVG_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7_1/mkspecs/macx-g++ -I. -I/usr/local/Cellar/qt/4.8.7_1/include/QtUiTools -I/usr/local/Cellar/qt/4.8.7_1/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.7_1/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.7_1/lib/QtNetwork.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.7_1/lib/QtNetwork.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.7_1/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.7_1/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.7_1/lib/QtXml.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.7_1/lib/QtXml.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.7_1/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.7_1/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.7_1/lib/QtScript.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.7_1/lib/QtScript.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.7_1/include -Iqtsingleapplication -Iqcodeedit/lib -Iqcodeedit/lib/document -Iqcodeedit/lib/widgets -Iqcodeedit/lib/qnfa -Iquazip/quazip -I/usr/local/Cellar/poppler/0.36.0/include/poppler/qt4 -I/usr/local/Cellar/poppler/0.36.0/include/poppler -I.moc -I.ui -F/usr/local/Cellar/qt/4.8.7_1/lib -o .obj/buildmanager.o buildmanager.cpp
buildmanager.cpp:296:46: error: no member named 'MV_10_11' in 'QSysInfo'
if (QSysInfo::MacintoshVersion == QSysInfo::MV_10_11) {
~~~~~~~~~~^
1 error generated.
make: *** [.obj/buildmanager.o] Error 1
g++ -c -pipe -O2 -arch x86_64 -Xarch_x86_64 -mmacosx-version-min=10.5 -Wall -W -DHUNSPELL_STATIC -D_QCODE_EDIT_BUILD_ -DQNFA_BUILD -DQUAZIP_STATIC -DHAS_POPPLER_24 -DQT_NO_DEBUG -DQT_SCRIPT_LIB -DQT_SVG_LIB -DQT_XML_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.8.7_1/mkspecs/macx-g++ -I. -I/usr/local/Cellar/qt/4.8.7_1/include/QtUiTools -I/usr/local/Cellar/qt/4.8.7_1/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.7_1/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.7_1/lib/QtNetwork.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.7_1/lib/QtNetwork.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.7_1/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.7_1/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.7_1/lib/QtXml.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.7_1/lib/QtXml.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.7_1/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.7_1/lib/QtSvg.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.7_1/lib/QtScript.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.7_1/lib/QtScript.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.7_1/include -Iqtsingleapplication -Iqcodeedit/lib -Iqcodeedit/lib/document -Iqcodeedit/lib/widgets -Iqcodeedit/lib/qnfa -Iquazip/quazip -I/usr/local/Cellar/poppler/0.36.0/include/poppler/qt4 -I/usr/local/Cellar/poppler/0.36.0/include/poppler -I.moc -I.ui -F/usr/local/Cellar/qt/4.8.7_1/lib -o .obj/buildmanager.o buildmanager.cpp
buildmanager.cpp:296:46: error: no member named 'MV_10_11' in 'QSysInfo'
if (QSysInfo::MacintoshVersion == QSysInfo::MV_10_11) {
~~~~~~~~~~^
1 error generated.
make: *** [.obj/buildmanager.o] Error 1
Compilation and installation done
fixed: hg 5581 (71561e9950e4)