summaryrefslogtreecommitdiffstats
path: root/recipes-qt/b2qt-addons/b2qt-appcontroller/emulator
Commit message (Collapse)AuthorAgeFilesLines
* emulator: Set host IP as environment variableRainer Keller2017-11-151-0/+1
| | | | | | | This does not rely on UDP network traffic anymore. Change-Id: I90bfb5c8a8081ae1797a21b2a752e0b95466b936 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* Revert "emulator: Tell the platform plugin to use the emulator extensions"Samuli Piippo2017-08-111-1/+0
| | | | | | | | The new emulator is not yet available and the current one does not work with this plugin. This reverts commit 122d3bf3d1e46dd885fd9aa1cdbd552d2e4ee12e. Change-Id: Ia9c6f9051787809573f5490d0d9ec20cd9f55cb7 Reviewed-by: Rainer Keller <Rainer.Keller@qt.io>
* emulator: Tell the platform plugin to use the emulator extensionsRainer Keller2017-08-021-0/+1
| | | | | | | This allows to declare multiple screens in the emulator. Change-Id: Iddc026790b814a2c95a0e60ea0e6252f0e15e028 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* Use correct env for QCC1 StyleSamuli Piippo2017-05-221-1/+1
| | | | | | | | | | QT_QUICK_CONTROLS_STYLE env is used also with Qt QuickControls2, while QCC1 has its own env. Task-number: QTBUG-53074 Task-number: QTBUG-60957 Change-Id: I2bde6894e86116413258391b5789f07a02c0ccd1 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* automotive: update revisionsSamuli Piippo2016-04-211-0/+1
| | | | | | | | Update neptune-ui and qtapplication manager, which need latest qtwayland. Add needed environment variable for wayland. Change-Id: I2e9eddd109546dca49451bff6bcf5623e16eb0bc Reviewed-by: Robert Griebl <robert.griebl@pelagicore.com>
* emulator: Qt5 support for emulatorSamuli Piippo2015-05-271-0/+7
Emulator has special handling for OpenGL support: QtGlesStream provides the runtime opengl support but since it depends on qtbase, we need to use qtglesstream-dummy-client when building qt. Also since both recipes provide same files, we must disable do_populate_sysroot from qtglesstream so that libs from dummy-client remain there. Change-Id: Ifde698e7d46863dbb82c6f3ad791412775e111ea Reviewed-by: Eirik Aavitsland <eirik.aavitsland@theqtcompany.com>