Re: [Interest] Force Qt 5.4 to use ANGLE OpenGL ES 2 implementation

2015-02-15 Thread Roberto Garrido Martín
Hi, On 15 February 2015 at 10:08, Andrew Knight q...@panimo.net wrote: FTA, use the QT_OPENGL environment variable (set QT_OPENGL=angle) or the application attribute (QCoreApplication::setAttribute(Qt::AA_UseOpenGLES)). From your results below, it doesn't appear you've tried either.

Re: [Interest] Force Qt 5.4 to use ANGLE OpenGL ES 2 implementation

2015-02-15 Thread Andrew Knight
Hi, On 02/15/2015 12:55 PM, Roberto Garrido Martín wrote: Hi, On 15 February 2015 at 10:08, Andrew Knight q...@panimo.net mailto:q...@panimo.net wrote: FTA, use the QT_OPENGL environment variable (set QT_OPENGL=angle) or the application attribute

Re: [Interest] Force Qt 5.4 to use ANGLE OpenGL ES 2 implementation

2015-02-15 Thread Andrew Knight
Hi, On 02/14/2015 08:05 PM, Roberto Garrido Martín wrote: Hi all, We have a windows Qt desktop app that links to a rendering library based on OpenGL ES 2.0. We want to assure that the app will run on as much as devices as possible, so we think that using ANGLE is a good idea. My question

Re: [Interest] Force Qt 5.4 to use ANGLE OpenGL ES 2 implementation

2015-02-15 Thread Sean Harmer
On Sunday 15 February 2015 11:55:56 Roberto Garrido Martín wrote: Hi, On 15 February 2015 at 10:08, Andrew Knight q...@panimo.net wrote: FTA, use the QT_OPENGL environment variable (set QT_OPENGL=angle) or the application attribute (QCoreApplication::setAttribute(Qt::AA_UseOpenGLES)).

Re: [Interest] Force Qt 5.4 to use ANGLE OpenGL ES 2 implementation

2015-02-15 Thread Roberto Garrido Martín
Hi Sean, and Andrew. The problem was that I was explicitly linking against OpenGL32. Now without that explicit link, the OpenGL ES 2.0 commands are working, and returning valid values. Thank you very much! Robert. ___ Interest mailing list

[Interest] Qt 5.4 make INSTALL_ROOT=N artefacts?

2015-02-15 Thread René J . V . Bertin
Hello, I noticed an artefact with my MacPorts port for Qt 5.4.0 . MacPorts' build and install procedure involves a dedicated working environment and directory, and then an intermediate install step in which the project is installed with DESTDIR=destroot or INSTALL_ROOT=destroot for qmake-based

Re: [Interest] How does QDesktopServices decide what application to use?

2015-02-15 Thread Elvis Stansvik
2015-02-14 20:05 GMT+01:00 Benjamin Block b...@mageta.org: Hello folks, just a short question about QDesktopServices. When you call the openUrl() function, the documentation states that the URL will be opened with a suitable application. But how does qt decide what application to use? For

Re: [Interest] Issues building Qt 5.4.0 on CentOS 5.

2015-02-15 Thread Christoph Cullmann
On Monday 09 February 2015 22:17:26 Thiago Macieira wrote: On Monday 09 February 2015 22:07:19 Simon Matthews wrote: In file included from /usr/include/asm-x86_64/byteorder.h:30:0, from /usr/include/asm/byteorder.h:5, from

Re: [Interest] [KDE/Mac] Qt4/KDE4 issue with persistent window size across restarts on OS X 10.9

2015-02-15 Thread Jeremy Whiting
Rene, As you describe this problem, the first thing that comes to mind is KMainWindow's restoreWindowSize and saveWindowSize http://api.kde.org/4.x-api/kdelibs-apidocs/kdeui/html/classKMainWindow.html#a4a6636a6282a3f38f76fd8a7f4fe5fb3 which are usually called from ctor and dtor from what I

[Interest] Font problem

2015-02-15 Thread henning.carlsen
Hi QT experts. I hope you can help me out here. I have recently ported a QT4 on SUSELinux project into a QT5 Ubuntu. Most things are well but Boss complains that the text in fields and buttons are now exploding the frames. The font is newer set in the project, only sizes is set on

Re: [Interest] Issues building Qt 5.4.0 on CentOS 5.

2015-02-15 Thread Simon Matthews
On Tue, 10 Feb 2015, Thiago Macieira wrote: On Tuesday 10 February 2015 20:23:20 Simon Matthews wrote: fontdatabases/fontconfig/qfontconfigdatabase.cpp:85: error: ‘FC_WEIGHT_ULTRABLACK’ was not declared in this scope Now your fontconfig is too old. Qt doesn't carry a bundled copy of