new carddb generator

This commit is contained in:
Max-Wilhelm Bruker 2009-08-02 14:55:00 +02:00
parent f33d790822
commit 27d25d41ac
7 changed files with 373 additions and 78 deletions

10
oracle/oracle.pro Normal file
View 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