Long live FsdClient

This commit is contained in:
Roland Rossgotterer
2019-09-13 11:19:26 +02:00
parent fa6e7108c7
commit acf540be34
90 changed files with 7646 additions and 3699 deletions

View File

@@ -27,14 +27,16 @@ HEADERS += $$PWD/context/*.h
HEADERS += $$PWD/data/*.h
HEADERS += $$PWD/db/*.h
HEADERS += $$PWD/vatsim/*.h
HEADERS += $$PWD/fsd/*.h
SOURCES += *.cpp
SOURCES += $$PWD/context/*.cpp
SOURCES += $$PWD/data/*.cpp
SOURCES += $$PWD/db/*.cpp
SOURCES += $$PWD/vatsim/*.cpp
SOURCES += $$PWD/fsd/*.cpp
LIBS *= -lvatlib
LIBS *= -lvatlib -lvatsimauth
DESTDIR = $$DestRoot/lib
DLLDESTDIR = $$DestRoot/bin