qvolray

view configure @ 24:c27ce79632db

builds on osx with -spec unsupported/macx-clang added a configure script to handle that qmake invocation
author John Tsiombikas <nuclear@member.fsf.org>
date Sat, 14 Apr 2012 00:54:11 +0300
parents
children
line source
1 #!/bin/sh
3 sys=`uname -s`
5 if [ "$sys" = Darwin ]; then
6 spec='-spec unsupported/macx-clang'
7 fi
9 qmake $spec