Re: [Interest] QML animation flicker

2012-10-18 Thread Jarno Seppänen
hi, On Mon, Oct 15, 2012 at 11:29 AM, Samuel Rødal wrote: > On 10/12/2012 11:10 PM, Jarno Seppänen wrote: >> Hi, >> I'm trying out Qt 5.0.0-beta1, but I'm seeing some unexpected >> animation flicker. I have a rotating rectangle which starts to flicker >> during a simultaneous ColorAnimation, with

Re: [Interest] Is Qt Library for OS X frameworks only?

2012-10-18 Thread Michael Jackson
On Oct 18, 2012, at 5:13 AM, Daniel Price wrote: > Comments inline. > >> A simple install rule will strip out the headers so they are not included in >> your app bundle. > > My point exactly. Another choir that you have to do with Frameworks. And if > you strip out the headers, they're not fr

Re: [Interest] Is Qt Library for OS X frameworks only?

2012-10-18 Thread Thiago Macieira
On quinta-feira, 18 de outubro de 2012 10.35.42, Daniel Price wrote: > Also the fact that it bundles everything (because you don't know what > plugins the app uses) is ridiculous. This my app. I know what plugins it > uses. That's why it has the -no-plugins option, which you can use if you want to

[Interest] Building Qt for Windows, jom/ibjom versus Qt*.vcxproj files (Was: [QTBUG-27554]...)

2012-10-18 Thread Niels Dekker (Qt interest)
Joerg Bornemann wrote: > You can work-around this issue by using nmake or jom to build Qt instead > of using the vcxproj files. I replied: > Thanks for the suggestion. We currently use the vcxproj files generated > by configure.exe because it allows us to easily build Qt through > IncrediBuild (di

[Interest] QtQuick components in Qt Quick 2

2012-10-18 Thread Ramakanthreddy_Kesireddy
Hi, Iam using Qt5 Beta1 environment. Please let me know if we need to use Qt.labs.compoents 1.1 in QtQuick2 to make use of Custom QtQuick components on desktop and embedded linux? Br, Ramakanth DISCLAIMER: This email (including any attachments) is intend

Re: [Interest] Is Qt Library for OS X frameworks only?

2012-10-18 Thread R. Reucher
On Thursday 18 October 2012 11:35:42 Daniel Price wrote: > >The mac_deploy_qt script *should* be used and any bugs with it should be > >reported and fixed. Ignoring it because of some past issues is > >pointless. > > Everytime I've tried to use it, I've hit one show stopper or another. The > bigge

Re: [Interest] Is Qt Library for OS X frameworks only?

2012-10-18 Thread Daniel Price
>The mac_deploy_qt script *should* be used and any bugs with it should be >reported and fixed. >Ignoring it because of some past issues is pointless. Everytime I've tried to use it, I've hit one show stopper or another. The biggest issues were with Webkit and it was simpler just to write a scri

Re: [Interest] Is Qt Library for OS X frameworks only?

2012-10-18 Thread Daniel Price
Comments inline. > A simple install rule will strip out the headers so they are not included in > your app bundle. My point exactly. Another choir that you have to do with Frameworks. And if you strip out the headers, they're not frameworks anymore. >Write a script because if you are serious a