mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 16:56:53 +08:00
Ref T730, namespace for BlackCore::Afv
* added namespace * removed some *.pri files and added files to blackcore.pro * added copyright etc.
This commit is contained in:
committed by
Mat Sutcliffe
parent
d064da13b5
commit
384aa3ce19
@@ -28,6 +28,11 @@ HEADERS += $$PWD/data/*.h
|
||||
HEADERS += $$PWD/db/*.h
|
||||
HEADERS += $$PWD/vatsim/*.h
|
||||
HEADERS += $$PWD/fsd/*.h
|
||||
HEADERS += $$PWD/afv/*.h
|
||||
HEADERS += $$PWD/afv/audio/*.h
|
||||
HEADERS += $$PWD/afv/clients/*.h
|
||||
HEADERS += $$PWD/afv/crypto/*.h
|
||||
HEADERS += $$PWD/afv/connection/*.h
|
||||
|
||||
SOURCES += *.cpp
|
||||
SOURCES += $$PWD/context/*.cpp
|
||||
@@ -35,8 +40,10 @@ SOURCES += $$PWD/data/*.cpp
|
||||
SOURCES += $$PWD/db/*.cpp
|
||||
SOURCES += $$PWD/vatsim/*.cpp
|
||||
SOURCES += $$PWD/fsd/*.cpp
|
||||
|
||||
include($$PWD/afv/afv.pri)
|
||||
SOURCES += $$PWD/afv/audio/*.cpp
|
||||
SOURCES += $$PWD/afv/clients/*.cpp
|
||||
SOURCES += $$PWD/afv/crypto/*.cpp
|
||||
SOURCES += $$PWD/afv/connection/*.cpp
|
||||
|
||||
LIBS *= \
|
||||
-lvatlib \
|
||||
|
||||
Reference in New Issue
Block a user