Re: [Interest] Failed to build qt 5.15 git under windows 10 with msvc 2019

2020-10-07 Thread Thiago Macieira
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

[Interest] Failed to build qt 5.15 git under windows 10 with msvc 2019

2020-10-07 Thread Liang Jian
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

[Interest] (no subject)

2020-10-07 Thread Liang Jian
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

[Interest] Problem creating QLowEnergyService object

2020-10-07 Thread tom spencer via Interest
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