-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathLianSearch.pro
More file actions
41 lines (39 loc) · 835 Bytes
/
LianSearch.pro
File metadata and controls
41 lines (39 loc) · 835 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
#-------------------------------------------------
#
# Project created by QtCreator 2014-08-11T16:11:48
#
#-------------------------------------------------
#refactoring process
TARGET = LianSearch
CONFIG += console
CONFIG -= app_bundle
QMAKE_CXXFLAGS += -std=c++0x
TEMPLATE = app
win32 {
QMAKE_LFLAGS += -static -static-libgcc -static-libstdc++
}
SOURCES += main.cpp \
liansearch.cpp \
openlist.cpp \
config.cpp \
map.cpp \
mission.cpp \
xmllogger.cpp \
tinyxml/tinystr.cpp \
tinyxml/tinyxml.cpp \
tinyxml/tinyxmlerror.cpp \
tinyxml/tinyxmlparser.cpp
HEADERS += \
searchresult.h \
gl_const.h \
liansearch.h \
node.h \
openlist.h \
config.h \
map.h \
logger.h \
mission.h \
search.h \
xmllogger.h \
tinyxml/tinystr.h \
tinyxml/tinyxml.h