Re: [Interest] Q_ATOMIC_INT64_IS_SUPPORTED: Qt Compile errors on macOS

2019-07-02 Thread Patrick Stinson
Aha! Very interesting. That does seem to make it a user-issue, albeit a very convoluted issue. > On Jul 2, 2019, at 4:08 PM, Thiago Macieira wrote: > > On Tuesday, 2 July 2019 16:41:30 -03 Patrick Stinson wrote: >> `rm -rf` on your build does not solve this issue because the .qmake.stash >> fil

Re: [Interest] Q_ATOMIC_INT64_IS_SUPPORTED: Qt Compile errors on macOS

2019-07-02 Thread Thiago Macieira
On Tuesday, 2 July 2019 16:41:30 -03 Patrick Stinson wrote: > `rm -rf` on your build does not solve this issue because the .qmake.stash > file often exists in a path above the build/source dir. That means you ran qmake there, which makes it a build dir. You should remove your build dirs. -- Thi

Re: [Interest] qt creator 4.9.1 + qt 5.11.3 = android debugger not working

2019-07-02 Thread Alexander Dyagilev
Yes. I never build release versions on my machine. On 7/2/2019 10:40 PM, Konstantin Tokarev wrote: 02.07.2019, 22:31, "Alexander Dyagilev" : Hello, I've just noticed that debugger is not stopping on the breakpoints. It seems like it's not working at all. Is this a known problem? Do I have t

Re: [Interest] Q_ATOMIC_INT64_IS_SUPPORTED: Qt Compile errors on macOS

2019-07-02 Thread Patrick Stinson
`rm -rf` on your build does not solve this issue because the .qmake.stash file often exists in a path above the build/source dir. On Wed, Jun 26, 2019 at 5:23 PM Thiago Macieira wrote: > On Wednesday, 26 June 2019 16:22:48 PDT Hamish Moffatt wrote: > > My point was that the file is entirely mana

Re: [Interest] qt creator 4.9.1 + qt 5.11.3 = android debugger not working

2019-07-02 Thread Konstantin Tokarev
02.07.2019, 22:31, "Alexander Dyagilev" : > Hello, > > I've just noticed that debugger is not stopping on the breakpoints. It > seems like it's not working at all. > > Is this a known problem? Do I have to upgrade to Qt 5.12 and clang for > Android? Are you sure that you are using debug build?

[Interest] qt creator 4.9.1 + qt 5.11.3 = android debugger not working

2019-07-02 Thread Alexander Dyagilev
Hello, I've just noticed that debugger is not stopping on the breakpoints. It seems like it's not working at all. Is this a known problem? Do I have to upgrade to Qt 5.12 and clang for Android? ___ Interest mailing list Interest@qt-project.org htt

Re: [Interest] [Android-development] [Qt-creator] Android will require 64bit soon

2019-07-02 Thread René Hansen
I'm about to migrate to 64bit myself and coincidentally I just pushed a build config for OpenSSL 1.1.1c to my own build system - https://github.com/rhardih/bad. (N.B. Docker is a pre-requisite.) There's a rudimentary Qt based autotest included if you'd like to