aboutsummaryrefslogtreecommitdiffstats
path: root/win32
Commit message (Collapse)AuthorAgeFilesLines
* Port to Qt 6.2Robert Griebl2022-07-011-1/+1
| | | | | | | | | | | - Build is warning free on Linux - Still using qmake - Custom fragmenShaders in the cluster are not ported yet - Qt 3D models are rendered, but the Studio 3D integration is untested Change-Id: I0e410a932d6461ba29e7c945cb5e9750d6df8964 Reviewed-by: Dominik Holland <dominik.holland@qt.io> Reviewed-by: Bramastyo Harimukti Santoso <bram.harimukti@gmail.com>
* [middleware] update server.conf for windowsGrigorii Zimin2020-03-161-0/+3
| | | | | | Fixes: AUTOSUITE-1530 Change-Id: I2d9992770fab62504a5d6fd613925a37a136b227 Reviewed-by: Aleksei Korkov <akorkov@luxoft.com>
* [middleware] define default port 9998 for drivedata serviceEgor Nemtsev2019-06-061-1/+4
| | | | | Change-Id: Ide740cf64b95e03d98fbf99ed4713e3ae47721de Reviewed-by: Grigorii Zimin <gzimin@luxoft.com>
* [config] Add a special server.conf for windowsDominik Holland2018-06-121-0/+2
This is needed as on windows clients cannot connect to a server with the url 0.0.0.0. On windows we now use a different server.conf using 127.0.0.1 as the url for server and client. This has the limitation that the android remote app can not connect to a server running on this localhost only address. Task-number: AUTOSUITE-546 Change-Id: Ib07406373d533f185dde3f5a38376bf68f289055 Reviewed-by: Bramastyo Harimukti Santoso <bramastyo.harimukti.santoso@pelagicore.com>