toruschess/src/src.pro

17 lines
241 B
Prolog

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