summaryrefslogtreecommitdiffstats
path: root/hvac.pro
AgeCommit message (Collapse)AuthorFilesLines
2021-12-16Update for app framework removalScott Murray1-2/+1
Changes: - Remove the autobuild scripts and config.xml used by the app framework widget build. - Update the qmake files to just build a "hvac" 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. Bug-AGL: SPEC-4182 Signed-off-by: Scott Murray <scott.murray@konsulko.com> Change-Id: I6634a611741b442597dca2978a8dd0a6b6b75341
2018-10-12hvac: remove hvac binding from packageMatt Ranostay1-2/+2
HVAC binding needs to be split into its own package so must be removed from the hvac application Bug-AGL: SPEC-1757 Change-Id: I9b1a6b2bc6371a285e468205fa7c00f0ac662d64 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2016-12-13move hvac app and hvac plugin to new repositoryTasuku Suzuki1-0/+3
$ qmake && make will generate package/hvac.wgt Change-Id: I67057f1f3b511a3af4a22aedd32f6614dc56b503 Signed-off-by: Tasuku Suzuki <tasuku.suzuki@qt.io>