Re: [Interest] Qt cross compile issue on pkg-config

2017-09-20 Thread nus1998
OK, I set PKG_CONFIG_LIBDIR or PKG_CONFIG_PATH, variables such as QT_LIBS_GLIB are set correctly, however, there are many error on compiling such as compiling qttools\src\qdbus\qdbus, I must add followed text to *.pro file manually. contains(QT_CONFIG, glib) { QMAKE_CXXFLAGS += $$QT_CFLAGS

Re: [Interest] Building & Running on High Sierra

2017-09-20 Thread Patrick Stinson
that looks like it. I guess i should have searched for 10.13 instead of high sierra > On Sep 20, 2017, at 11:28 AM, Jake Petroules wrote: > > Likely https://codereview.qt-project.org/#/c/205954/ > >> On Sep 20, 2017, at 11:19 AM, Patrick Stinson wrote: >> >> Thank you. Any thoughts about the

Re: [Interest] Building & Running on High Sierra

2017-09-20 Thread Patrick Stinson
Thank you. Any thoughts about the branch problem? > On Sep 20, 2017, at 10:45 AM, Jake Petroules wrote: > > This is QTBUG-62266, which has been fixed by > https://codereview.qt-project.org/#/c/201546/ for Qt 5.9.2. > >> On Sep 20, 2017, at 8:00 AM, Patrick Stinson wrote: >> >> Actually yes,

[Interest] Qt3D Stencil example?

2017-09-20 Thread Gil H
Hi everyone, between StencilMask, StencilTest, and StencilOperation QML items and their sparse documentation, I have been unable to achieve something fairly straightforward with a custom framegraph. Specifically, I am trying to render one object (say, a torus) to the stencil buffer, and then us

Re: [Interest] Qt cross compile issue on pkg-config

2017-09-20 Thread Thiago Macieira
On quarta-feira, 20 de setembro de 2017 08:50:58 PDT Konstantin Tokarev wrote: > 20.09.2017, 18:48, "Thiago Macieira" : > > On quarta-feira, 20 de setembro de 2017 01:59:27 PDT nus1998 wrote: > >> I wonder is there a way to use 3rd libraries by pkg-config but not > >> change > >> the compile path

Re: [Interest] Qt cross compile issue on pkg-config

2017-09-20 Thread Konstantin Tokarev
20.09.2017, 18:48, "Thiago Macieira" : > On quarta-feira, 20 de setembro de 2017 01:59:27 PDT nus1998 wrote: >>  I wonder is there a way to use 3rd libraries by pkg-config but not change >>  the compile path? > > Set PKG_CONFIG_PATH, not the sysroot. If pkg-config files contain paths relative to

Re: [Interest] represent QHostAddress as locale dependent string

2017-09-20 Thread Thiago Macieira
On quarta-feira, 20 de setembro de 2017 05:16:51 PDT Manner Róbert wrote: > Hi, > > is there a way convert an ip address locale dependent as string? I mean, > similarly as QLocale().toString() does for numbers or dates: for eg arabic > locale it gives back arabic "hieroglyphs". > > I have tried Q

Re: [Interest] Qt cross compile issue on pkg-config

2017-09-20 Thread Thiago Macieira
On quarta-feira, 20 de setembro de 2017 01:59:27 PDT nus1998 wrote: > I wonder is there a way to use 3rd libraries by pkg-config but not change > the compile path? Set PKG_CONFIG_PATH, not the sysroot. -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel Open Source T

Re: [Interest] Building & Running on High Sierra

2017-09-20 Thread Patrick Stinson
Actually yes, I did. Xcode 9 is required for iOS 11. > On Sep 20, 2017, at 7:59 AM, Mitch Curtis wrote: > > Did you recently update Xcode? I just ran into a failure on the 5.10 branch > after installing updates: > > https://bugreports.qt.io/browse/QTBUG-63323 >

Re: [Interest] Building & Running on High Sierra

2017-09-20 Thread Mitch Curtis
Did you recently update Xcode? I just ran into a failure on the 5.10 branch after installing updates: https://bugreports.qt.io/browse/QTBUG-63323 From: Interest [mailto:interest-bounces+mitch.curtis=qt...@qt-project.org] On Behalf Of Patrick Stinson Sent: Wednesday, 20 September 2017 4:56 PM To

[Interest] Building & Running on High Sierra

2017-09-20 Thread Patrick Stinson
Is there a version or commit that runs on high sierra? I am getting segfaults in a 300-or-so deep stack of calls in libqcocoa.dylib using the branch on git (need to try again to get a useful stack trace). Qt-5.9.1 fails to build in qcoregraphics.mm like so: dor/pyqt-sysroot-base/src/qt-everywh

[Interest] VNC plugin at the same time with EGLFS plugin

2017-09-20 Thread Сергей Аликин
Hello everybody. Is it possible to start at the same time two plugins? Because we are using vnc for user's support, but in Qt5 I can start only one plugin in one moment, so user see black screen instead our application. Thanks. ___ Interest mailing list I

Re: [Interest] represent QHostAddress as locale dependent string

2017-09-20 Thread Konstantin Tokarev
20.09.2017, 15:17, "Manner Róbert" : > Hi, > > is there a way convert an ip address locale dependent as string? I mean, > similarly as QLocale().toString() does for numbers or dates: for eg arabic > locale it gives back arabic "hieroglyphs". > > I have tried QHostAddress::toString(), but it sti

[Interest] represent QHostAddress as locale dependent string

2017-09-20 Thread Manner Róbert
Hi, is there a way convert an ip address locale dependent as string? I mean, similarly as QLocale().toString() does for numbers or dates: for eg arabic locale it gives back arabic "hieroglyphs". I have tried QHostAddress::toString(), but it still returns european numbers for eg arabic. Thanks fo

Re: [Interest] QT 5.9.2 Release schedule

2017-09-20 Thread Jani Heikkinen
Hi, We just started branching from '5.9' to '5.9.2' and target is to finalize it at the beginning of next week. So during September is still possible if there isn't any surprises. It will be tight so it is possible that we need to postpone the release to the beginning of October (week 40). Let'

[Interest] Qt cross compile issue on pkg-config

2017-09-20 Thread nus1998
Hi All, I exported PKG_CONFIG_LIBDIR(/sysroot/lib/pkgconfig:/sysroot/usr/lib/pkgconfig) and PKG_CONFIG_SYSROOT_DIR(/sysroot) respectively, and configure with "-sysroot /sysroot -pkg-config", many features test like "Using C++ standard" failed. I think it's due to compiler files missing in /sys