parent
08c264a9b6
commit
abc6356f55
@ -1,38 +1,18 @@
|
||||
SOURCES += main.cpp \
|
||||
testgame.cpp \
|
||||
toruschess.cpp \
|
||||
field2d.cpp \
|
||||
piecelibrary.cpp \
|
||||
field3d.cpp \
|
||||
ai.cpp \
|
||||
optiondlg.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 \
|
||||
field3d.h \
|
||||
ai.h \
|
||||
optiondlg.h
|
||||
|
||||
LIBS += -l3ds
|
||||
CONFIG += warn_on thread qt opengl debug
|
||||
CONFIG -= release
|
||||
QT += svg opengl
|
||||
|
||||
QMAKE_CXXFLAGS_RELEASE += -g
|
||||
|
||||
CONFIG -= release
|
||||
TARGET = toruschess
|
||||
DESTDIR = ../bin
|
||||
|
||||
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
|
||||
|
||||
DISTFILES += ../README
|
||||
LIBS += -l3ds
|
||||
|
||||
DISTFILES += ../README
|
||||
|
Loading…
Reference in new issue