Login  Register

Re: Build on OSX

Posted by Gertwin on Jan 31, 2014; 7:41pm
URL: https://forum.librecad.org/Build-on-OSX-tp5709473p5709486.html

Using:

MUPARSER_DIR = /usr/local
INCLUDEPATH += "$${MUPARSER_DIR}/include"
LIBS += -L"$${MUPARSER_DIR}/lib" -lmuparser

worked, thanks.

But it must be possible to use pkg-config with Qt on OSX, I have to investigate this.

Also to use C++11, on OSX the QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.6 is to old, you need to set it to a newer version.