mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-12 09:04:53 -07:00
mac patches
This commit is contained in:
parent
0d63bb7316
commit
4f13c01e12
6 changed files with 43 additions and 6 deletions
|
|
@ -8,3 +8,8 @@ QT += network svg xml
|
|||
|
||||
HEADERS += src/oracleimporter.h src/window_main.h ../cockatrice/src/carddatabase.h ../cockatrice/src/settingscache.h
|
||||
SOURCES += src/main.cpp src/oracleimporter.cpp src/window_main.cpp ../cockatrice/src/carddatabase.cpp ../cockatrice/src/settingscache.cpp
|
||||
|
||||
macx {
|
||||
CONFIG += x86 ppc
|
||||
LIBS += -bind_at_load
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue