[Interest] moc: undefined interface - only on macOS?

2019-02-01 Thread Matthew Woehlke
I am trying to build https://github.com/kitware/qtextensions. It builds fine on Windows and Linux, but on macOS, I get strange errors (from moc) when trying to build the designer extensions:

Re: [Interest] Android will require 64bit soon

2019-02-01 Thread ekke
Am 01.02.19 um 14:16 schrieb Nikos Chantziaras: > On 01/02/2019 09:16, m...@herrdiel.de wrote: >> I have just been informed by Google that >> >>> *Starting August 1, 2019:* >>> >>>   * All new apps and app updates are required to provide 64-bit >>>     versions of any 32-bit native code they

Re: [Interest] Android will require 64bit soon

2019-02-01 Thread Nikos Chantziaras
On 01/02/2019 09:16, m...@herrdiel.de wrote: I have just been informed by Google that *Starting August 1, 2019:* * All new apps and app updates are required to provide 64-bit versions of any 32-bit native code they provide.[...] *Starting August 1, 2021: * * Google Play will stop

[Interest] logging category for qmediaplayer

2019-02-01 Thread maitai
Hello, I am having a problem with sound output on some devices and would like to enable qloggincategory for QMediaPlayer, in order to get an idea of what is going on. I tried QLoggingCategory::setFilterRules("qt.multimedia.* = true"); and various other ideas but no output in the console

Re: [Interest] Problems with layouting with QML Control 2 Qt 5.12

2019-02-01 Thread Federico Ferri
On 1 February 2019 at 11:14:01, Roman Wüger (roman.wue...@gmx.at) wrote: Hello, i noticed this in every ui file I „design“ in Qt Creator. To simplify the problem: I have a lot of labels and text input fields next to the labels. Under Windows in Qt Creator, everything looks perfect, but then

Re: [Interest] QML: Property 'update' of object QPaintedTextureImage is not a function

2019-02-01 Thread Federico Ferri
I’m sorry for the duplicate post. I did a further test: creating a QTimer in the QPaintedTextureImage’s subclass ctor, so I don’t have the "TypeError: Property 'update' of object QPaintedTextureImage is not a function” error. However, now the program crashes in QPainter::drawImage, with this

[Interest] Problems with layouting with QML Control 2 Qt 5.12

2019-02-01 Thread Roman Wüger
Hello, i noticed this in every ui file I „design“ in Qt Creator. To simplify the problem: I have a lot of labels and text input fields next to the labels. Under Windows in Qt Creator, everything looks perfect, but then when I start the app on a device (iOS or Android driven) then the layout

Re: [Interest] Android will require 64bit soon

2019-02-01 Thread ekke
Hi, just wanted to ask the same - think we all got those reminder emails from Google Play Hopefully QtCreator will be able to deploy APKs with 32/64 bit before August 2019 ;-) Also I think I must then also compile OpenSSL for 32 bit and 64 bit and then need to know HowTo include into .pro thx

[Interest] QML: Property 'update' of object QPaintedTextureImage is not a function

2019-02-01 Thread Federico Ferri
Hi, I’m trying to display a stream of images from a capture device in Qt3D (via a texture). So I subclassed QPaintedTextureImage overriding paint(). According to documentation of QPaintedTextureImage, each time update() is called, the paint() function is invoked and the resulting image is

Re: [Interest] Android will require 64bit soon

2019-02-01 Thread René Reucher
On 02/01/19 08:16, m...@herrdiel.de wrote: I am developing on windows. That means that I will no longer be able to provide acceptable apps with Qt Creator soon, am I right? I hope to be wrong... What is that? You "can" develop 64-bit (only) stuff, it's just that some don't seem to be doing

[Interest] QML: Property 'update' of object QPaintedTextureImage is not a function

2019-02-01 Thread Federico Ferri
Hi, I’m trying to display a stream of images from a capture device in Qt3D (via a texture). So I subclassed QPaintedTextureImage overriding paint(). According to documentation of QPaintedTextureImage, each time update() is called, the paint() function is invoked and the resulting image is

[Interest] Android will require 64bit soon

2019-02-01 Thread mail
Hi, I have just been informed by Google that > *Starting August 1, 2019:* > > * All new apps and app updates are required to provide 64-bit > versions of any 32-bit native code they provide.[...] > > *Starting August 1, 2021: * > > * Google Play will stop serving apps without 64-bit

[Interest] Android NFC compile error

2019-02-01 Thread Jason H
I'm following along with: http://doc.qt.io/qt-5/qtnfc-annotatedurl-annotatedurl-cpp.html However: In file included from ../my_project/nfctag.cpp:1: In file included from ../my_project/nfctag.h:4: In file included from ../../Qt/5.12.0/android_armv7/include/QtNfc/QNearFieldManager:1: In file