>From the config output:
macOS version .. 10.12.6
Xcode version .. 9.2
Clang version .. Apple LLVM version 9.0.0
(clang-900.0.39.2)
macOS SDK version .. 10.13.2
macOS minimum deployment target ...
On Wednesday, 12 September 2018 10:12:32 PDT Andy wrote:
> I'm running into problems building 5.12 (git from yesterday) on macOS
> 10.12.6:
What XCode version are you using and what target SDK is it using? Qt can only
be compiled against the very latest SDK for the Apple OSes.
--
Thiago Macieir
Hi,
I want to implement animated showing/hiding (sliding in-out) of a QDockWidget,
currently I have implemented this: https://www.youtube.com/watch?v=qBkvHQrQBO0
In this video you can see that when I press the buttons, first I get a darker
area (I think it's a dock window) shown which changes t
(Posted in the forum - no response - but thought I'd mention it here as
well to see if others have the same problem.)
macOS 10.12.6
- run maintenance tool (v 3.0.1)
- choose Add or remove components
- deselect all new things (Qt 5.11.2 snapshot)
- deselect an old version of Qt to remove it
- clic
I'm running into problems building 5.12 (git from yesterday) on macOS
10.12.6:
Undefined symbols for architecture x86_64:
"_SSLCopyALPNProtocols", referenced from:
QSslSocketBackendPrivate::continueHandshake() in qsslsocket_mac.o
"_SSLSetALPNProtocols", referenced from:
QSslSocketB
On 12.09.2018 17:53, Mitch Curtis wrote:
-Original Message-
From: Interest On
Behalf Of Igor Mironchik
Sent: Wednesday, 12 September 2018 3:49 PM
To: interest@qt-project.org
Subject: [Interest] Qt.labs.platform
I'm on Linux with static Qt, I link my app to libqtlabsplatformplugin.a
I
On Wednesday, 12 September 2018 08:27:04 PDT Olivier B. wrote:
> - Make a renamed backup of the previous target file if it already exists on
> the network share, to avoid some issues (allow to overwrite the installed
> file on the network path, even if some people are currently using that file
> by
> -Original Message-
> From: Alexander Ivash
> Sent: Wednesday, 12 September 2018 6:07 PM
> To: Mitch Curtis
> Subject: Re: [Interest] Is it possible to define and inherit component in the
> same QML file?
>
> Thanks, that's what I thought, but still hoped. Is this something can be added
> -Original Message-
> From: Interest On
> Behalf Of Alexander Ivash
> Sent: Wednesday, 12 September 2018 6:02 PM
> To: interest@qt-project.org
> Subject: [Interest] Is it possible to define and inherit component in the same
> QML file?
>
> Like this:
>
> property Component baseDelegate:
Like this:
property Component baseDelegate: Item {
}
property Component textDelegate: baseDelegate {
}
property Component imageDelegate: baseDelegate {
}
.
Currently it doesn't work, but maybe there are some tricks to achieve
behaviour like this without moving baseDelegate to 'BaseDelegate.
Well, it seemed to go okay after upgrading to 5.11.2, but after this I
am trying to build PyQt5.11.2 and that fails with:
Re: [PyQt] fatal error configuring PyQt5.11.2: Cannot open include
file: 'QDataStream': No such file or directory
What an I missing? I configured Qt with:
I do
- Reset windows executable permissions for files with some extensions after
copy (copied on a network share where executable permission is meaningfull
to run the exes), using icacls
- Make a renamed backup of the previous target file if it already exists on
the network share, to avoid some iss
On Wednesday, 12 September 2018 07:46:59 PDT Olivier B. wrote:
> Here is another change i noticed when switching from 5.6.2 to 5.11.1
>
> I used to tweak QMAKE_COPY and its cousins, to do extra stuff on the files
> installed by INSTALLS variable.
>
> Now, files in INSTALLS are installed using 'qm
> -Original Message-
> From: Interest On
> Behalf Of Igor Mironchik
> Sent: Wednesday, 12 September 2018 3:49 PM
> To: interest@qt-project.org
> Subject: [Interest] Qt.labs.platform
>
> I'm on Linux with static Qt, I link my app to libqtlabsplatformplugin.a
>
> I've got the following err
Here is another change i noticed when switching from 5.6.2 to 5.11.1
I used to tweak QMAKE_COPY and its cousins, to do extra stuff on the files
installed by INSTALLS variable.
Now, files in INSTALLS are installed using 'qmake -install qinstall',
stored in QINSTALL variable, written in the makefil
I'm on Linux with static Qt, I link my app to libqtlabsplatformplugin.a
I've got the following error
module "Qt.labs.platform" plugin "qtlabsplatformplugin" not found
Does it mean that I linked with wrong order, or it tells about something
different?
_
Thanks. It worked. It took half a day, but it worked!
Tim
On 11/09/2018 17:36, Thiago Macieira wrote:
On Tuesday, 11 September 2018 08:32:35 PDT Timothy W. Grove wrote:
C:\Program Files (x86)\Microsoft Visual
Studio\2017\Community\VC\Tools\MSVC\14.15.26726\include\type_traits(1271):
error C23
On Mittwoch, 12. September 2018 09:40:08 CEST Igor Mironchik wrote:
> Hello.
>
> Let's say I have C++ code to draw to QPixmap with QPainter.
>
> This code returns data:image/png;base64,... string that can be used in QML.
>
> But when I invoke this method from QML I've got
>
> QPainter::begin: P
Hello.
Let's say I have C++ code to draw to QPixmap with QPainter.
This code returns data:image/png;base64,... string that can be used in QML.
But when I invoke this method from QML I've got
QPainter::begin: Paint device returned engine == 0, type: 2
So my question is how can I draw with QPai
19 matches
Mail list logo