mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-12 09:04:53 -07:00
rewrote oracle importer
This commit is contained in:
parent
af0d72c0e6
commit
ae6803f9f2
10 changed files with 535 additions and 452 deletions
|
|
@ -4,7 +4,7 @@ DEPENDPATH += . src
|
|||
INCLUDEPATH += . src ../cockatrice/src
|
||||
MOC_DIR = build
|
||||
OBJECTS_DIR = build
|
||||
QT += network svg
|
||||
QT += network svg xml
|
||||
|
||||
HEADERS += src/oracleimporter.h ../cockatrice/src/carddatabase.h
|
||||
SOURCES += src/main.cpp src/oracleimporter.cpp ../cockatrice/src/carddatabase.cpp
|
||||
HEADERS += src/oracleimporter.h src/window_main.h ../cockatrice/src/carddatabase.h
|
||||
SOURCES += src/main.cpp src/oracleimporter.cpp src/window_main.cpp ../cockatrice/src/carddatabase.cpp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue