Use CuteChessApplication as base for the GUI
[sloppygui.git] / projects / gui / src / src.pri
blobb23f4c91838185c08b085d0a55f7e085709b7025
1 DEPENDPATH += $$PWD
2 HEADERS += chessboardview.h \
3     chessclock.h \
4     engineconfigurationmodel.h \
5     engineconfigurationdlg.h \
6     enginemanagementdlg.h \
7     mainwindow.h \
8     plaintextlog.h \
9     newgamedlg.h \
10     promotiondlg.h \
11     chessboardmodel.h \
12     movelistmodel.h \
13     gamedatabasemodel.h \
14     cutechessapp.h
15 SOURCES += main.cpp \
16     chessboardview.cpp \
17     chessclock.cpp \
18     engineconfigurationmodel.cpp \
19     engineconfigurationdlg.cpp \
20     enginemanagementdlg.cpp \
21     mainwindow.cpp \
22     plaintextlog.cpp \
23     newgamedlg.cpp \
24     promotiondlg.cpp \
25     chessboardmodel.cpp \
26     movelistmodel.cpp \
27     gamedatabasemodel.cpp \
28     cutechessapp.cpp