-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTradeGame.pro
More file actions
42 lines (35 loc) · 787 Bytes
/
TradeGame.pro
File metadata and controls
42 lines (35 loc) · 787 Bytes
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
#-------------------------------------------------
#
# Project created by QtCreator 2012-10-30T13:27:01
#
#-------------------------------------------------
QT += core gui
TARGET = TradeGame
TEMPLATE = app
SOURCES += main.cpp\
mainwindow.cpp \
testagent.cpp \
blackboard.cpp \
tradingfloor.cpp \
bidlist.cpp \
tf/tfagent.cpp \
gj/intercom.cpp \
gj/genalgocomm.cpp \
gj/bot123.cpp \
to/tradeAgent.cpp
HEADERS += mainwindow.h \
types.h \
testagent.h \
agent.h \
blackboard.h \
tradingfloor.h \
bidlist.h \
tf/tfagent.h \
gj/intercom.h \
gj/genalgocomm.h \
gj/bot123.h \
to/tradeAgent.h
FORMS += mainwindow.ui
#needed for newest cpp
CCFLAG +=-std=gnu++0x
QMAKE_CXXFLAGS +=-std=gnu++0x