Qt text window (#2489)

* qt text window

* auto size

* real text

* this is cleaner

* fix android build

* exit on pc

* tici fixes
old-commit-hash: 68ba1649b91984c106491cf1894c3f44f21a34df
This commit is contained in:
Adeeb Shihadeh
2020-11-06 12:05:24 -08:00
committed by GitHub
parent 97ad004fe1
commit 57de41eae5
10 changed files with 123 additions and 21 deletions
+3
View File
@@ -71,3 +71,6 @@ else:
qt_src = ["qt/ui.cc", "qt/window.cc", "qt/qt_sound.cc", "qt/offroad/settings.cc", "qt/offroad/onboarding.cc"] + src
qt_env.Program("_ui", qt_src, LIBS=qt_libs + libs)
# text window
qt_env.Program("qt/text", ["qt/text.cc"], LIBS=qt_libs + libs)