toruschess/src/src.pro

20 lines
269 B
Prolog
Raw Normal View History

2009-01-06 13:52:03 +00:00
SOURCES += main.cpp \
testgame.cpp \
toruschess.cpp
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 \
toruschess.h
CONFIG -= release