-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathNama.pro
42 lines (37 loc) · 845 Bytes
/
Nama.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
HEADERS = \
code/constants.h \
code/glwidget.h \
code/textdisp.h \
code/textedit.h \
code/window.h \
code/gamethread.h \
code/player.h \
code/gameinfo.h \
code/haibutton.h \
code/tcpserver.h \
code/tcpclient.h \
code/namaai_global.h
SOURCES = \
code/glwidget.cpp \
code/main.cpp \
code/textdisp.cpp \
code/textedit.cpp \
code/window.cpp \
code/gamethread.cpp \
code/mt19937ar.cpp \
code/player.cpp \
code/gameinfo.cpp \
code/haibutton.cpp \
code/tcpserver.cpp \
code/tcpclient.cpp
RESOURCES = \
code/resources.qrc
QT += opengl widgets multimedia
win32 {
RC_ICONS = images/icon/nama.ico
}
# install
# target.path = $$[QT_INSTALL_EXAMPLES]/opengl/textures
# INSTALLS += target
OTHER_FILES += \
code/documentation.txt