mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-16 06:42:12 +08:00
nav: add page to settings (#21208)
* add navigation panel to settings * am/pm display and dynamic width old-commit-hash: 3c197953bc19c470547b950cd987af39909c5e9e
This commit is contained in:
@@ -30,7 +30,7 @@ if arch != 'aarch64':
|
||||
|
||||
if maps:
|
||||
base_libs += ['qmapboxgl']
|
||||
widgets_src += ["qt/maps/map_helpers.cc", "qt/maps/map.cc"]
|
||||
widgets_src += ["qt/maps/map_helpers.cc", "qt/maps/map_settings.cc", "qt/maps/map.cc"]
|
||||
qt_env['CPPDEFINES'] = ["ENABLE_MAPS"]
|
||||
|
||||
widgets = qt_env.Library("qt_widgets", widgets_src, LIBS=base_libs)
|
||||
|
||||
Reference in New Issue
Block a user