mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 23:25:53 +08:00
refs #392 Added BlackGui::IPluginConfig
* BlackGui::IPluginConfig is an interface for plugin configurations * Added plugin_xplane_config target * Adapted IPluginManager * Adapted CPluginManagerSimulator * Adaptem CSettingsSimulatorComponent
This commit is contained in:
committed by
Mathew Sutcliffe
parent
584616de7a
commit
a0b4d47736
@@ -13,6 +13,7 @@ INCLUDEPATH += . $$SourceRoot/src
|
||||
|
||||
SOURCES += *.cpp
|
||||
HEADERS += *.h
|
||||
DISTFILES += simulator_xplane.json
|
||||
|
||||
DESTDIR = $$DestRoot/bin/plugins/simulator
|
||||
|
||||
|
||||
@@ -2,5 +2,6 @@
|
||||
"identifier" : "org.swift-project.plugins.simulator.xplane",
|
||||
"name" : "X-Plane generic plugin",
|
||||
"simulator" : "xplane",
|
||||
"description" : "Support for the X-Plane simulator via the xbus plugin."
|
||||
}
|
||||
"description" : "Support for the X-Plane simulator via the xbus plugin.",
|
||||
"config" : "org.swift-project.plugins.simulator.xplane.config"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user