On Wednesday, 7 October 2020 21:34:23 PDT Liang Jian wrote:
> I build qt 5.15 (latest from git) under windows 10 with msvc 2019 with the
> following commands:
[cut]
> 'D:\qt5\qtbase\include\QtGui\5.15.0\QtGui\private\qcssparser_p.h'
> Stop.
Latest from Git is not 5.15.0.
nmake is horrible with de
I build qt 5.15 (latest from git) under windows 10 with msvc 2019 with the
following commands:
configure -developer-build -opensource -confirm-license -opengl desktop
-no-feature-accessibility -mp -nomake examples -nomake tests -skip qt3d
-skip qtwebengine
nmake
Build failed with the follo
I build qt 5.15 (latest from git) under windows 10 with msvc 2019 with the
following commands:
configure -developer-build -opensource -confirm-license -opengl desktop
-no-feature-accessibility -mp -nomake examples -nomake tests -skip qt3d
-skip qtwebengine
nmake
Build failed with the follo
Background info - I am working with a Polar H10 heart rate sensor - the
sensor provides both heart rate and ecg data.
I have no problem creating a QLowEnergyService object when I am dealing
with heart rate. The problem lies with attempting to create the service
object for ecg. The createServic