Re: [Development] Puzzled by desktop development priorities, Mac OS specifically [Warning: Rant]

2013-08-06 Thread qtnext
I always package the qml in a ressource file. That is not the issue Le mardi 6 août 2013, Rutledge Shawn a écrit : On 5 Aug 2013, at 9:37 PM, qtnext wrote: I have tryed various fix (script to fix // issue, macdeployqt from git instead of native one, but at end it don't works ... ) hopes it

Re: [Development] Puzzled by desktop development priorities, Mac OS specifically [Warning: Rant]

2013-08-06 Thread R. Reucher
On Tuesday 06 August 2013 09:57:42 qtnext wrote: I always package the qml in a ressource file. That is not the issue It's the QML imports that aren't deployed properly, but that's already an issue in Qt 4. I fixed that with the attached script that's called after macdeployqt... HTH, René

[Development] QPlatformWindow isActive implementation on Windows

2013-08-06 Thread Daiwei Li
Hi all, The documentation in the sourcehttp://qt.gitorious.org/qt/qtbase/blobs/stable/src/gui/kernel/qplatformwindow.cpp#line170 for QPlatformWindow states that isActive is used to indicate whether a window should appear active from a style perspective. The implementation of isActive in

Re: [Development] Puzzled by desktop development priorities, Mac OS specifically [Warning: Rant]

2013-08-06 Thread qtnext
I don't need macdeployqt to build a complete .app ? I come from windows so mac dev is for me a little bit exotic and i was sure that i need macdeployqt ? How can i create a complete file with qmake ? From qt creator? Or command line ? Le mardi 6 août 2013, Rutledge Shawn a écrit : On 6 Aug