Build Mac binary based on the host arch.

This commit is contained in:
Denis Loginov 2011-08-15 10:35:57 -04:00
parent ff4a88fba8
commit a91def88b7

View file

@ -89,7 +89,11 @@ unix {
INSTALLS += desktops2
}
mac {
CONFIG += x86 x86_64
contains(QMAKE_HOST.arch, x86_64) {
CONFIG += x86 x86_64
} else {
CONFIG += x86
}
LIBS = -lz \
-liconv \
-lvorbisfile \