Den 16-08-2014 20:12, Mark Gaiser skrev:
> On Sat, Aug 16, 2014 at 10:37 AM, Christoph Feck wrote:
>> On Friday 15 August 2014 21:48:08 Mark Gaiser wrote:
>>> Now i'm searching for alternatives to this approach to prevent
>>> handling the bookkeeping myself and still have the same result. For
>>>
Hello all,
I'm currently trying to re-compile Qt 5.3.1 for iOS to support arm64, but
am getting a compiler error that I'm unable to fathom.
To build, I did the following:
- Modified qtbase/mkspecs/macx-ios-clang/qmake.conf to change the
deployment target to 7.1 (as I believe arm64 is only availa
On Saturday 16 August 2014 14:43:54 Amey Patil wrote:
> The .ipk files which i am building from the ICS page are for
> *armv7ahf-vfp-neon* architecture while my supported architectures are;
> arch all 1
> arch any 6
> arch noarch 11
> arch arm 16
> arch armv4 21
> arch armv5 26
> arch armv5-vfp 31
Hello,
My source:
https://www.ics.com/blog/beaglebone-black-low-cost-embedded-platform-part-3#.U-1NP_7fEew
The .ipk files which i am building from the ICS page are for
*armv7ahf-vfp-neon* architecture while my supported architectures are;
arch all 1
arch any 6
arch noarch 11
arch arm 16
arch armv
On Sat, Aug 16, 2014 at 10:37 AM, Christoph Feck wrote:
> On Friday 15 August 2014 21:48:08 Mark Gaiser wrote:
>> Now i'm searching for alternatives to this approach to prevent
>> handling the bookkeeping myself and still have the same result. For
>> instance, would it be possible to have some fun
How to specify landscape orientation for Windows Phone app? As I understand
this can be done by modifying AppxManifest.xml, but I don't see such a file
inside release folder.
___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/ma
> Very. In my case apitrace helped track down the broken matrix but it's still
> a
> painful process, especially if you're new to the topic.
Terrible what can go wrong... with no idea why. Yesterday I coded my first
deferred lighting OpenGL ES 2.0 program. Problem was... Only the first light w
On Friday 15 August 2014 21:48:08 Mark Gaiser wrote:
> Now i'm searching for alternatives to this approach to prevent
> handling the bookkeeping myself and still have the same result. For
> instance, would it be possible to have some function (in QObject or
> QWidget i guess) where you either:
> -