[Interest] [PATCH qtbase] eglconvenience: add egl to CONFIG to get correct include paths

2013-01-13 Thread Thomas Petazzoni
The eglconvenience code includes EGL/egl.h. Therefore, it should get the appropriate EGL-specific include paths from QMAKE_INCDIR_EGL, otherwise the build might if the EGL library has its headers in special locations. In order to achieve this, we simply add the egl feature to the list of features

Re: [Interest] [PATCH qtbase] eglconvenience: add egl to CONFIG to get correct include paths

2013-01-13 Thread Sergio Ahumada
On 01/13/2013 02:41 PM, Thomas Petazzoni wrote: The eglconvenience code includes EGL/egl.h. Therefore, it should get the appropriate EGL-specific include paths from QMAKE_INCDIR_EGL, otherwise the build might if the EGL library has its headers in special locations. In order to achieve this, we

Re: [Interest] Report designer

2013-01-13 Thread Ilya Diallo
2013/1/5 M. Bashir Al-Noimi mbno...@gmail.com On 04/01/2013 10:42 م, M. Bashir Al-Noimi wrote: Well I used OpenRPT before with PostBooks and it has two problems: 1. It works with Postgresql only (I think). No, it works with other databases as well. It can even work without any external

[Interest] Compiling Qt5 on Windows fails with Project Warning

2013-01-13 Thread Philipp Berger
Hey everybody, I am currently trying to upgrade to Qt5 and stumbled on a problem while building. But, step by step. I started off by unzipping the qt-everywhere-opensource-src-5.0.0.zip to an empty folder, fired up a CMD with all Paths set for MSVC 2012 x64 Native, Ruby and Perl/Python and

[Interest] Interval QTimer not firing in server after running for months

2013-01-13 Thread Tony Rietwyk
Hi Everybody, My Qt server runs on machines in the cloud with Debian 'squeeze' and Qt 4.6.3. It needs to respond to changes in its configuration settings file. Since QFileSystemWatcher didn't work, my code just polls every 10 minutes using QTimer. It has been running since 10 Oct last year.

Re: [Interest] Interval QTimer not firing in server after running for months

2013-01-13 Thread Thiago Macieira
On segunda-feira, 14 de janeiro de 2013 17.42.07, Tony Rietwyk wrote: Hi Everybody, My Qt server runs on machines in the cloud with Debian 'squeeze' and Qt 4.6.3. It needs to respond to changes in its configuration settings file. Since QFileSystemWatcher didn't work, my code just polls