toruschess/src/src.pro

26 lines
363 B
Prolog
Raw Normal View History

2009-01-06 13:52:03 +00:00
SOURCES += main.cpp \
testgame.cpp \
2009-01-09 11:44:39 +00:00
toruschess.cpp \
field2d.cpp \
2009-01-09 22:39:22 +00:00
piecelibrary.cpp \
field3d.cpp
2009-01-06 13:52:03 +00:00
TEMPLATE = app
CONFIG += warn_on \
thread \
qt \
opengl \
debug
2009-01-06 13:52:03 +00:00
TARGET = toruschess
DESTDIR = ../bin
RESOURCES += media.qrc
QT += svg \
opengl
HEADERS += testgame.h \
2009-01-09 11:44:39 +00:00
toruschess.h \
field2d.h \
2009-01-09 22:39:22 +00:00
piecelibrary.h \
field3d.h
CONFIG -= release