Unset QMAKESPEC to avoid old Qt4 env to bleed over

This commit is contained in:
Marius Kintel 2014-05-12 16:03:47 -04:00
parent 1cb754603b
commit f560288ab1

View file

@ -4,6 +4,7 @@ export DYLD_FRAMEWORK_PATH=$OPENSCAD_LIBRARIES/lib
# Our own Qt
export PATH=$OPENSCAD_LIBRARIES/bin:$PATH
unset QMAKESPEC
# ccache:
export PATH=/opt/local/libexec/ccache:$PATH