SOURCES += main.cpp \ testgame.cpp \ toruschess.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 CONFIG -= release