On Tuesday, July 23, 2013 10:20:02 Simon Lees wrote:
> This provides a improvement for me but it is not a complete solution, on
> android we load libQt5xxx.so my solution as it was still tried to load
> libQt5xxx.so.5 which doesn't exist as libraries are not symlinked on
> android like they are
On 07/22/2013 08:44 PM, Stephen Kelly wrote:
On Wednesday, July 17, 2013 14:01:07 Simon Lees wrote:
this embeds SONAME libQt5x.so.5 into the Qt Libraries and NEEDED
libQt5Core.so.5 this is a good start as it removes the fixed path from
the needed line. It still causes issues on android however,
On segunda-feira, 22 de julho de 2013 20.17.59, Ahumada Sergio wrote:
> All merges are now done, so changes required for Qt 5.1.1 need to be pushed
> to the 'release' branch from now on.
Please note that the release branch policy is in effect:
- EVERY change to the release branch must have a Task
Hi,
I am having some problem with my use of Qt's QSpinBox. In my
application QSpinBox 1 up/down click changes the boxes value by 2
steps. (There are two separate valueChanged signals each by one
step.)The issue appears to be related to the amount of time taken by
a slot attached to the
On Wednesday, July 17, 2013 14:01:07 Simon Lees wrote:
> this embeds SONAME libQt5x.so.5 into the Qt Libraries and NEEDED
> libQt5Core.so.5 this is a good start as it removes the fixed path from
> the needed line. It still causes issues on android however, as it tries
> to load libQt5Core.so.5 e
Hi there,
I hosted a session about CMake+Qt in Bilbao last week to gather feedback from
those using it, gather feature requests and outline future plans:
http://qt-project.org/groups/qt-contributors-summit-2013/wiki/CMake-files-feedback-requests
The situation is generally very good for thir
Hi there,
I hosted a session about the state of the itemmodels and itemviews in Qt.
I mentioned what has been going on in the latest releases and work that's
being done by others (Thanks Thorbjørn :) ).
We discussed the use of the QAbstractItemModel API with asynchronously updated
data. For
I was looking at the bottom of the list and found for instance
qgraphicsanchorlayout.cpp to be down there.
It seems to be skipped because you haven't configured Qt as a developer-build.
If possible, you should do add "-developer-build" to the configure line.
Jan Arve
From: development-bounces+j