toruschess/src/src.pro

17 lines
241 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
TARGET = toruschess
DESTDIR = ../bin
RESOURCES += media.qrc
QT += svg \
opengl
HEADERS += testgame.h \
toruschess.h