[Development] Qt Creator Doesn't Show Error(s)

2014-07-13 Thread Steve Gold
I am building an app on Windows 8 64bit with Qt 5.3.1 and Qt Creator 3.1.2. I have a main.cpp that calls main.qml that calls Tests.qml that uses other QML and JavaScript files. I have Component.onCompleted: { console.log(“Starting Testsl”); . . . } and other statements in Tests.qml. The app

Re: [Development] About inheriting QBlitterPaintEngine from QGL2PaintEngineEx class

2014-07-13 Thread Lind Jorgen
Hi On 10 Jul 2014, at 11:48, haithem rahmani mailto:haithem.rahm...@gmail.com>> wrote: Hi, When running Qt-5 on top of the directfb qpa plugin, some benchmarks are quite slow. (http://smashcat.org/av/canvas_test) I've found that the 2D painting ops are going through the QBlitterPaintEngine

[Development] libressl

2014-07-13 Thread Richard Moore
Just to save anyone else trying, I had a quick go of building Qt against libressl and it isn't currently capable of building Qt. The problems are likely to be relatively easily fixed (in libressl), but right now it doesn't work. Rich. ___ Development mai