mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 01:45:38 +08:00
#refs 686, used settings in readers
* moved threaded reader to BlackCore (settings are normally BlackCore aware) * created ns/subfolder VATSIM * prepared settings for the VATSIM readers
This commit is contained in:
@@ -26,14 +26,15 @@ HEADERS += *.h
|
||||
HEADERS += $$PWD/data/*.h
|
||||
HEADERS += $$PWD/db/*.h
|
||||
HEADERS += $$PWD/settings/*.h
|
||||
HEADERS += $$PWD/vatsim/*.h
|
||||
|
||||
SOURCES += *.cpp
|
||||
SOURCES += $$PWD/data/*.cpp
|
||||
SOURCES += $$PWD/db/*.cpp
|
||||
# SOURCES += $$PWD/settings/*.cpp
|
||||
SOURCES += $$PWD/vatsim/*.cpp
|
||||
SOURCES += $$PWD/settings/*.cpp
|
||||
|
||||
LIBS *= -lvatlib
|
||||
|
||||
DESTDIR = $$DestRoot/lib
|
||||
DLLDESTDIR = $$DestRoot/bin
|
||||
|
||||
|
||||
Reference in New Issue
Block a user