mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 23:25:53 +08:00
* .pro files for new subdirs * property index
This commit is contained in:
@@ -23,12 +23,14 @@ precompile_header:!isEmpty(PRECOMPILED_HEADER) {
|
||||
DEFINES += LOG_IN_FILE BUILD_BLACKCORE_LIB
|
||||
|
||||
HEADERS += *.h
|
||||
HEADERS += $$PWD/settings/*.h
|
||||
HEADERS += $$PWD/data/*.h
|
||||
HEADERS += $$PWD/db/*.h
|
||||
HEADERS += $$PWD/settings/*.h
|
||||
|
||||
SOURCES += *.cpp
|
||||
# SOURCES += $$PWD/settings/*.cpp
|
||||
SOURCES += $$PWD/data/*.cpp
|
||||
SOURCES += $$PWD/db/*.cpp
|
||||
# SOURCES += $$PWD/settings/*.cpp
|
||||
|
||||
LIBS *= -lvatlib
|
||||
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
|
||||
#include "blackcore/registermetadata.h"
|
||||
#include "blackcore/contextapplication.h"
|
||||
#include "blackcore/db/databasereader.h"
|
||||
#include "blackcore/data/globalsetup.h"
|
||||
#include "blackcore/data/updateinfo.h"
|
||||
#include "blackcore/data/vatsimsetup.h"
|
||||
@@ -36,6 +37,9 @@ namespace BlackCore
|
||||
qRegisterMetaType<BlackCore::CWebReaderFlags::WebReader>();
|
||||
qRegisterMetaType<BlackCore::CWebReaderFlags::WebReaderFlag>();
|
||||
|
||||
BlackCore::Db::CDatabaseReaderConfig::registerMetadata();
|
||||
BlackCore::Db::CDatabaseReaderConfigList::registerMetadata();
|
||||
|
||||
BlackCore::Data::CGlobalSetup::registerMetadata();
|
||||
BlackCore::Data::CUpdateInfo::registerMetadata();
|
||||
BlackCore::Data::CVatsimSetup::registerMetadata();
|
||||
|
||||
Reference in New Issue
Block a user