Mac fixes

This commit is contained in:
a b 2011-09-27 22:33:45 +02:00
parent b33b3778f0
commit c4bd38dbdc
5 changed files with 14 additions and 10 deletions

View file

@ -10,6 +10,7 @@ HEADERS += src/oracleimporter.h src/window_main.h ../cockatrice/src/carddatabase
SOURCES += src/main.cpp src/oracleimporter.cpp src/window_main.cpp ../cockatrice/src/carddatabase.cpp ../cockatrice/src/settingscache.cpp
macx {
CONFIG += x86 ppc
# CONFIG += x86 ppc
CONFIG += x86_64 release
LIBS += -bind_at_load
}