refs #875, moved classes for DBus unit tests and samples to BlackCore::Test

This commit is contained in:
Klaus Basan
2017-02-07 18:55:50 +01:00
committed by Mathew Sutcliffe
parent 5b08363179
commit 3c588e61fa
12 changed files with 1538 additions and 1026 deletions

View File

@@ -28,12 +28,14 @@ HEADERS += $$PWD/audio/*.h
HEADERS += $$PWD/context/*.h
HEADERS += $$PWD/data/*.h
HEADERS += $$PWD/db/*.h
HEADERS += $$PWD/test/*.h
HEADERS += $$PWD/vatsim/*.h
SOURCES += *.cpp
SOURCES += $$PWD/context/*.cpp
SOURCES += $$PWD/data/*.cpp
SOURCES += $$PWD/db/*.cpp
SOURCES += $$PWD/test/*.cpp
SOURCES += $$PWD/vatsim/*.cpp
LIBS *= -lvatlib