[Interest] Rendering a cylinder with QDiffuseSpecularMaterial and QPhongMaterial

2020-12-11 Thread Megidd Git
Hi! A cylinder 3D mesh has points only on its two ends: [image: image.png] I'm using QDiffuseSpecularMaterial and also QPhongMaterial to render the cylinder. However, both materials are rendering like this: [image: image.png] [image: image.png] [image: image.png] The complete question is pos

Re: [Interest] Generate pdb for qmake.exe on Windows

2020-12-11 Thread Thiago Macieira
On Friday, 11 December 2020 09:19:24 PST Joerg Bornemann wrote: > > Isn't qmake.exe created by configure.exe itself? Or is it built once by > > configure.exe and then rebuilt when building the rest of Qt? > > There shouldn't be a configure.exe in 5.12. The old configure executable was removed for

Re: [Interest] Generate pdb for qmake.exe on Windows

2020-12-11 Thread Joerg Bornemann
On 12/11/20 5:15 PM, Adam Light wrote: > Is it possible to build Qt in such a way that debugging symbols for > qmake itself are generated? Not out of the box. Edit qmake/Makefile in your build directory and - add /Zi to CFLAGS_BARE - add /DEBUG to LFLAGS then run "nmak

Re: [Interest] Generate pdb for qmake.exe on Windows

2020-12-11 Thread Adam Light
On Fri, Dec 11, 2020 at 7:46 AM Joerg Bornemann wrote: > On 12/11/20 4:40 PM, Adam Light wrote: > > > Is it possible to build Qt in such a way that debugging symbols for > > qmake itself are generated? > > Not out of the box. Edit qmake/Makefile in your build directory and > - add /Zi to CFLAGS_B

Re: [Interest] Generate pdb for qmake.exe on Windows

2020-12-11 Thread Joerg Bornemann
On 12/11/20 4:40 PM, Adam Light wrote: Is it possible to build Qt in such a way that debugging symbols for qmake itself are generated? Not out of the box. Edit qmake/Makefile in your build directory and - add /Zi to CFLAGS_BARE - add /DEBUG to LFLAGS then run "nmake clean" and "nmake". Cheer

[Interest] Generate pdb for qmake.exe on Windows

2020-12-11 Thread Adam Light
I'm building Qt 5.12.11 myself on Windows (VS 2017) using the following configure command: c:\qtbuild512\qt\configure -confirm-license -make-tool jom -debug-and-release -force-debug-info -opensource -gui -widgets -no-qml-debug -skip qt3d -skip qtwebengine -skip qtwebview -nomake examples -nomake te

Re: [Interest] Qt 6.0 removed Xml Patterns

2020-12-11 Thread Even Kristoffersen
Notice of deprecation can be found here: https://lists.qt-project.org/pipermail/development/2019-May/036022.html -Even -Original Message- From: Interest On Behalf Of Robert Hairgrove Sent: fredag 11. desember 2020 10:53 To: interest@qt-project.org Subject: Re: [Interest] Qt 6.0 removed

Re: [Interest] Qt 6.0 removed Xml Patterns

2020-12-11 Thread Allan Sandfeld Jensen
On Freitag, 11. Dezember 2020 10:53:03 CET Robert Hairgrove wrote: > I cannot seem to find any articles about QXmlPatterns which would > explain WHY this very useful module was deprecated in 5.13 (or 5.15?), > then removed in 6.0? > > Is it a licensing issue? > No, it was just unmaintained. I thi

Re: [Interest] Qt 6.0 removed Xml Patterns

2020-12-11 Thread Robert Hairgrove
I cannot seem to find any articles about QXmlPatterns which would explain WHY this very useful module was deprecated in 5.13 (or 5.15?), then removed in 6.0? Is it a licensing issue? ___ Interest mailing list Interest@qt-project.org https://lists.qt-