#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:
Klaus Basan
2016-06-24 17:23:48 +02:00
parent 056841f9b1
commit 488d437a2a
24 changed files with 1472 additions and 1362 deletions

View File

@@ -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