toruschess/src/src.pro

19 lines
454 B
Prolog
Raw Permalink Normal View History

2009-01-06 13:52:03 +00:00
TEMPLATE = app
2009-02-09 18:04:09 +00:00
CONFIG += warn_on thread qt opengl debug
CONFIG -= release
QT += svg opengl
2009-01-13 13:57:44 +00:00
2009-01-21 15:45:17 +00:00
QMAKE_CXXFLAGS_RELEASE += -g
2009-02-09 18:04:09 +00:00
TARGET = toruschess
DESTDIR = ../bin
2009-01-21 15:45:17 +00:00
2009-02-09 18:04:09 +00:00
RESOURCES += media.qrc
SOURCES += main.cpp game.cpp toruschess.cpp field2d.cpp piecelibrary.cpp field3d.cpp ai.cpp optiondlg.cpp
HEADERS += game.h toruschess.h field2d.h piecelibrary.h field3d.h ai.h optiondlg.h
FORMS += optiondlg.ui
2009-02-09 18:04:09 +00:00
LIBS += -l3ds
2009-02-02 15:29:25 +00:00
2009-02-09 18:04:09 +00:00
DISTFILES += ../README