Hello!
I am trying to setup C++/Qt building on Macos and I can’t seem to find what are the correct paths for qmake
.
Does anyone know Qt’s path on macos ?
Travis-CI latest build trial: https://travis-ci.org/github/AdelKS/ZeGrapher/jobs/705234195
Thank you for your help!
AdelKS
2
I ended up finding the correct paths for Qt and extra C++ libraries:
export PATH=$PATH:/usr/local/opt/qt/bin
export CPATH=$CPATH:/usr/local/include/
For a working .travis-ci.yml
file that makes Linux Appimages and Macos dmgs have a look here: https://github.com/AdelKS/ZeGrapher/blob/v3.0-updates/.travis.yml