mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-07 11:05:33 +08:00
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:
committed by
Mathew Sutcliffe
parent
cf3102333b
commit
3781cf2095
@@ -20,6 +20,7 @@ LIBS += -ldxguid -lole32
|
||||
|
||||
SOURCES += *.cpp
|
||||
HEADERS += *.h
|
||||
DISTFILES += simulator_fsx.json
|
||||
|
||||
DESTDIR = $$DestRoot/bin/plugins/simulator
|
||||
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user