mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-23 15:13:55 -07:00
new carddb generator
This commit is contained in:
parent
f33d790822
commit
27d25d41ac
7 changed files with 373 additions and 78 deletions
10
oracle/oracle.pro
Normal file
10
oracle/oracle.pro
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
TEMPLATE = app
|
||||
TARGET =
|
||||
DEPENDPATH += . src
|
||||
INCLUDEPATH += . src ../cockatrice/src
|
||||
MOC_DIR = build
|
||||
OBJECTS_DIR = build
|
||||
QT += network svg
|
||||
|
||||
HEADERS += src/oracleimporter.h ../cockatrice/src/carddatabase.h
|
||||
SOURCES += src/main.cpp src/oracleimporter.cpp ../cockatrice/src/carddatabase.cpp
|
||||
Loading…
Add table
Add a link
Reference in a new issue