I have build Qt4 for iOS on linux 1 year ago(no gui), using gcc
https://code.google.com/p/qtbuild/downloads/detail?name=Qt481_qpa-iOS_armv6-20120401.tar.xz.
Now i find a toolchain using clang can compile iOS programs:
https://code.google.com/p/ios-toolchain-based-on-clang-for-linux/
This toolchain
On sexta-feira, 11 de outubro de 2013 11:30:23, Keith Gardner wrote:
> I had an idea about making conditional deprecation warnings for functions
> in Qt based on the destination platform. The idea would be to get a
> compile time warning when using a function on a platform that the function
> does
On Fri, 11 Oct 2013 18:16:07 +0200, Nils Jeisecke
wrote:
> Hi Paul,
>
> On Fri, Oct 11, 2013 at 5:29 PM, Paul Lemire
> wrote:
>> On a side note, those models are not registered as qml properties but
>> are
>> returned as QObject* in a Q_INVOKABLE methods of the backend. If I want
>> to
>
I had an idea about making conditional deprecation warnings for functions
in Qt based on the destination platform. The idea would be to get a
compile time warning when using a function on a platform that the function
does not supported. An example would be calling
QProcess::nativeArguments() on n
Hi Paul,
On Fri, Oct 11, 2013 at 5:29 PM, Paul Lemire wrote:
> On a side note, those models are not registered as qml properties but are
> returned as QObject* in a Q_INVOKABLE methods of the backend. If I want to
> use the model in a ListView, I then do :
>
> ListView
> {
> model : libra
Hello everyone,
I've been working for quite some time on a Qt and QtQuick project and I
tried the 5.2 alpha release as soon as it got out.
However, my project which didn't have any issues running with any previous
5.* release of Qt now crashes with the alpha.
My project is composed of a core
Hi all!
OpenSuSE 12.3 was included in the CI now. It will build with the same
configurations as Ubuntu 10.04 and will eventually replace it.
Currently it's marked with forcesuccess and qt.tests.insignificant, but we will
begin removing those as we see that configuration working.
>From your nex
Hi.
I'm curious as to why the following workaround is necessary and how it
works. It seems that I can't declare a default list property, but I can
if I alias it. See: https://bugreports.qt-project.org/browse/QTBUG-10822
qml-test.qml:
import QtQuick 2.1
import QtQuick.Controls 1.0
Rectangle {
Hi,
a question out of curiosity:
In QAbstractScrollArea::viewportEvent() a resize event is passed to
the base class implementation of the event handler. Whats the reason
for doing this for a non input event?
I'm asking because, this actually causes that you receive a wrong
resize event for
> -Original Message-
> From: Pau Garcia i Quiles [mailto:pgqui...@elpauer.org]
> Sent: Thursday, October 10, 2013 4:13 PM
> To: Koehne Kai
> Cc: development@qt-project.org
> Subject: Re: [Development] Proposal: Disable ActiveQt from MinGW
>
>
>
>
> On Thu, Oct 10, 2013 at 3:15 PM, Koeh
10 matches
Mail list logo