Re: [Development] Building Modules

2015-04-18 Thread Thiago Macieira
On Saturday 18 April 2015 09:47:28 mark diener wrote: > Hello: > > How does one remove a submodule from a git repository build? > > (even if I already downloaded it) > > In this case, I want qlalr submodule to be removed from the build process. > > Qlalr does not build on Windows rm -rf qlalr

Re: [Development] Modules and skip

2015-04-18 Thread Thiago Macieira
On Saturday 18 April 2015 10:02:19 mark diener wrote: > The following table lists the Qt essentials. > > I am building Qt from scratch and I am having a bit of trouble finding > > where the modules that I can remove from the build are located. > > Generally in configure, there are -skip directiv

Re: [Development] Qt 'minimal' platform no rendering alpha/opacity.

2015-04-18 Thread Agocs Laszlo
The code snippet has no relation whatsoever to what setWindowOpacity is doing. If you are only after having transparent (alpha == 0) areas on the window, then there is no difference with 'minimal' compared to any other platform. In fact it's much easier since you won't need to worry about having

[Development] qtplugininfo install fails

2015-04-18 Thread Harri Pasanen
Just updated my 5.5 tree, qttools/src ad31b98 Seems like qtplugininfo is ignoring the -prefix passed to configure: cd qtplugininfo/ && ( test -e Makefile || /home/harri/src/qt5/qtbase/bin/qmake /home/harri/src/qt5/qttools/src/qtplugininfo/qtplugininfo.pro -o Makefile ) && make -f Makefile ins

[Development] Modules and skip

2015-04-18 Thread mark diener
Hello: The following table lists the Qt essentials. I am building Qt from scratch and I am having a bit of trouble finding where the modules that I can remove from the build are located. Generally in configure, there are -skip directives For example: configure -skip qtserialport Where can I

[Development] Building Modules

2015-04-18 Thread mark diener
Hello: How does one remove a submodule from a git repository build? (even if I already downloaded it) In this case, I want qlalr submodule to be removed from the build process. Qlalr does not build on Windows Any responses, thanks. Mark ___ Develop

[Development] font selection and weight/style support on OS X: (possible regression from Qt 4 to Qt 5

2015-04-18 Thread René J . V . Bertin
Hello, The specific question: how/where is (QFontEngine *)fe->ctfont set that is read in QFontDialogPrivate::setFont (qfontdialog_mac.mm around line 514)? I have been looking into an issue with the selection of fonts in weights/styles that don't follow the usual four suspects (Normal, Italic, B