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