Newer
Older
Import / applications / Chess / Chess.pro
@John Ryland John Ryland on 22 Dec 2020 595 bytes import NUC files
######################################################################
# Automatically generated by qmake (2.01a) Tue Feb 22 12:30:27 2011
######################################################################

TEMPLATE = app
TARGET = 
DEPENDPATH += .
INCLUDEPATH += .

# Input
HEADERS += AbstractChessBoard.h \
           AbstractChessGame.h \
           AbstractChessMove.h \
           AbstractChessPiece.h \
           QtChessBoard.h
SOURCES += AbstractChessBoard.cpp \
           AbstractChessGame.cpp \
           AbstractChessPiece.cpp \
           main.cpp \
           QtChessBoard.cpp