3 changed files with 42 additions and 0 deletions
@ -0,0 +1,15 @@ |
|||||||
|
add_custom_target(UiPreferencesQml |
||||||
|
SOURCES |
||||||
|
SerialSettings.qml |
||||||
|
HelpSettings.qml |
||||||
|
TcpSettings.qml |
||||||
|
MavlinkSettings.qml |
||||||
|
DebugWindow.qml |
||||||
|
UdpSettings.qml |
||||||
|
LinkSettings.qml |
||||||
|
MockLink.qml |
||||||
|
GeneralSettings.qml |
||||||
|
BluetoothSettings.qml |
||||||
|
LogReplaySettings.qml |
||||||
|
MockLinkSettings.qml |
||||||
|
) |
@ -0,0 +1,18 @@ |
|||||||
|
add_custom_target(UiToolbarQml |
||||||
|
SOURCES |
||||||
|
ArmedIndicator.qml |
||||||
|
BatteryIndicator.qml |
||||||
|
GPSIndicator.qml |
||||||
|
GPSRTKIndicator.qml |
||||||
|
JoystickIndicator.qml |
||||||
|
LinkIndicator.qml |
||||||
|
MainToolBar.qml |
||||||
|
MainToolBarIndicators.qml |
||||||
|
MessageIndicator.qml |
||||||
|
ModeIndicator.qml |
||||||
|
MultiVehicleSelector.qml |
||||||
|
RCRSSIIndicator.qml |
||||||
|
SignalStrength.qml |
||||||
|
TelemetryRSSIIndicator.qml |
||||||
|
VTOLModeIndicator.qml |
||||||
|
) |
Loading…
Reference in new issue