toruschess/src/src.pro

26 lines
363 B
Prolog

SOURCES += main.cpp \
testgame.cpp \
toruschess.cpp \
field2d.cpp \
piecelibrary.cpp \
field3d.cpp
TEMPLATE = app
CONFIG += warn_on \
thread \
qt \
opengl \
debug
TARGET = toruschess
DESTDIR = ../bin
RESOURCES += media.qrc
QT += svg \
opengl
HEADERS += testgame.h \
toruschess.h \
field2d.h \
piecelibrary.h \
field3d.h
CONFIG -= release