Am Montag, 24. Juni 2019, 09:18:14 CEST schrieb Jürgen Womser-Schütz:
> > You are right! Your version
> >
> > python3 -c "from __future__ import print_function;import sys;
> > print(sys.version_info[:2], end='')"
> >
> > works for me.
> >
> > Best regards and thanks for the help
> > Jürgen (JWS)
> >
> By the way: file "development/cmake/ConfigureChecks.cmake", line 278
> produces a warning in CMake.
> 
> I would recommend to change it to:
>     set(QT_USES_X11 CACHE "Win32 compiled without X11" STRING 0)
> 
> Jürgen (JWS)

Thanks for the catch. According to cmake docs, it should be
        set(QT_USES_X11 OFF BOOL CACHE "Win32 compiled without X11")

I will do it.

        Kornel

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to