-Add missing files for remote id -Add missing files for custom action
@ -36,6 +36,9 @@ add_library(QmlControls
ToolStripAction.h
ToolStripActionList.cc
ToolStripActionList.h
CustomAction.h
CustomActionManager.h
CustomActionManager.cc
)
add_custom_target(QmlControlsQml
@ -30,6 +30,8 @@ add_library(Settings
UnitsSettings.h
VideoSettings.cc
VideoSettings.h
RemoteIDSettings.h
RemoteIDSettings.cc
target_link_libraries(Settings
@ -98,6 +98,8 @@ add_library(Vehicle
VehicleWindFactGroup.h
VehicleHygrometerFactGroup.cc
VehicleHygrometerFactGroup.h
RemoteIDManager.h
RemoteIDManager.cc
${EXTRA_SRC}