mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-15 01:05:35 +08:00
refs #478, setup class containing the fundamental URLs and locations
Removed the old class CGlobalNetworkSettings
This commit is contained in:
committed by
Mathew Sutcliffe
parent
a725ce2181
commit
cba40a8ca4
@@ -22,11 +22,13 @@ precompile_header:!isEmpty(PRECOMPILED_HEADER) {
|
||||
|
||||
DEFINES += LOG_IN_FILE BUILD_BLACKCORE_LIB
|
||||
|
||||
HEADERS += *.h
|
||||
HEADERS += $$PWD/settings/*.h
|
||||
HEADERS += *.h \
|
||||
$$PWD/settings/*.h \
|
||||
$$PWD/data/*.h
|
||||
|
||||
SOURCES += *.cpp
|
||||
SOURCES += $$PWD/settings/*.cpp
|
||||
SOURCES += *.cpp \
|
||||
# $$PWD/settings/*.cpp \
|
||||
$$PWD/data/*.cpp
|
||||
|
||||
LIBS *= -lvatlib2
|
||||
|
||||
|
||||
Reference in New Issue
Block a user