mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-01 13:36:48 +08:00
refs #703, moved context to subdir
* ns: Context * adjusted using classes
This commit is contained in:
@@ -23,12 +23,14 @@ precompile_header:!isEmpty(PRECOMPILED_HEADER) {
|
||||
DEFINES += LOG_IN_FILE BUILD_BLACKCORE_LIB
|
||||
|
||||
HEADERS += *.h
|
||||
HEADERS += $$PWD/context/*.h
|
||||
HEADERS += $$PWD/data/*.h
|
||||
HEADERS += $$PWD/db/*.h
|
||||
HEADERS += $$PWD/settings/*.h
|
||||
HEADERS += $$PWD/vatsim/*.h
|
||||
|
||||
SOURCES += *.cpp
|
||||
SOURCES += $$PWD/context/*.cpp
|
||||
SOURCES += $$PWD/data/*.cpp
|
||||
SOURCES += $$PWD/db/*.cpp
|
||||
SOURCES += $$PWD/vatsim/*.cpp
|
||||
|
||||
Reference in New Issue
Block a user