refs #392 Add config window for FSX

* Added plugin_fsx_config subproject
* Removed CSettingsFsxComponent from BlackGui
* Added CSimConnectSettingsComponent
* Add x-plane_install_10.txt path for Windows
This commit is contained in:
Michal Garapich
2015-10-06 19:35:23 +02:00
committed by Mathew Sutcliffe
parent cf3102333b
commit 3781cf2095
21 changed files with 460 additions and 313 deletions

View File

@@ -20,6 +20,7 @@ LIBS += -ldxguid -lole32
SOURCES += *.cpp
HEADERS += *.h
DISTFILES += simulator_fsx.json
DESTDIR = $$DestRoot/bin/plugins/simulator

View File

@@ -2,5 +2,6 @@
"identifier" : "org.swift-project.plugins.simulator.fsx",
"name" : "Flight Simulator X",
"simulator" : "fsx",
"description" : "Microsoft Flight Simulator X (2006)"
"description" : "Microsoft Flight Simulator X (2006)",
"config" : "org.swift-project.plugins.simulator.fsx.config"
}