-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdraughts_online.pro
64 lines (55 loc) · 1.33 KB
/
draughts_online.pro
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
######################################################################
# Automatically generated by qmake (3.1) Wed Sep 6 16:15:20 2017
######################################################################
QT += core gui
QT += network
QT += multimedia
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
TARGET = draughts_online
TEMPLATE = app
SOURCES += \
# mainwindow.cpp \
logic/game.cpp \
client/client.cpp \
# test/simpleserver.cpp \
UI/welcome.cpp \
main.cpp \
UI/draughtsboard.cpp \
UI/piecebtn.cpp \
# test/testpiecebtn.cpp \
# test/test.cpp \
UI/icons.cpp \
# test/testdraughtsboard.cpp \
server/server.cpp
HEADERS += \
# mainwindow.h \
logic/game.h \
logic/piece.h \
client/client.h \
client/message.h \
# test/testgame.h \
# test/testnetwork.h \
# test/simpleserver.h \
UI/welcome.h \
UI/draughtsboard.h \
UI/piecebtn.h \
# test/testpiecebtn.h \
UI/icons.h \
# test/testdraughtsboard.h \
server/server.h
FORMS += \
# mainwindow.ui \
# client/client.ui \
UI/welcome.ui \
UI/draughtsboard.ui \
# test/testpiecebtn.ui \
# test/testdraughtsboard.ui
INCLUDEPATH += \
./logic \
./client \
./UI \
./server \
./test
# Directories
RESOURCES += \
resources.qrc