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:
Willem Melching
2021-06-10 09:59:34 +02:00
committed by GitHub
parent 133723680b
commit ba1a20414e
7 changed files with 62 additions and 13 deletions
+1 -1
View File
@@ -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)