diff options
author | Scott Murray <scott.murray@konsulko.com> | 2021-12-16 16:21:37 -0500 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2021-12-16 16:25:10 -0500 |
commit | 3570c2b580508b1cf01a602ec99bbf5836bafb85 (patch) | |
tree | ebf71a0fd0770246549ba1bdfbaa1ddb9902623c /app/app.pri | |
parent | 70972c6093898b2d56152ca0fdc8297c70a7ec21 (diff) |
Update for app framework removal
Changes:
- Remove the autobuild scripts and config.xml used by the app
framework widget build.
- Update the qmake files to just build a "dashboard" binary and
install it into /usr/bin by default.
- Remove the code in main.cpp that handled reading the WebSocket
command-line arguments and passing them to binding related
code.
- Add setenv of QT_QUICK_CONTROLS_STYLE to "AGL" to get the AGL
styling used. This replaces a global environment variable
definition tied to the old app framework, and makes it more
obvious that the style is required for the app to properly
work.
- Comment out signal-composer code in Dashboard.qml for now,
keeping it as an indicator of how the values are updated may
be useful. Also remove some leftover screen scaling tweaks
as minor cleanup.
Bug-AGL: SPEC-4182
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: I0ea604cb72aee86990e9584b0cab9577b2cd41e3
Diffstat (limited to 'app/app.pri')
-rw-r--r-- | app/app.pri | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/app/app.pri b/app/app.pri deleted file mode 100644 index f22f540..0000000 --- a/app/app.pri +++ /dev/null @@ -1,3 +0,0 @@ -TEMPLATE = app - -DESTDIR = $${OUT_PWD}/../package/root/bin |