Re: [Interest] output directory when building Qt 5.9.1

2017-07-23 Thread Thiago Macieira
On Sunday, 23 July 2017 11:11:55 PDT Philippe wrote: > To be complete on the topic: > > on OSX, in the past I used > > -prefix . > > Now for the same result, I have to use > > -prefix %QTDIR%\qtbase -prefix $PWD (assuming you configure from insde qtbase, not the topdir) -- Thiago Macieira

Re: [Interest] output directory when building Qt 5.9.1

2017-07-23 Thread Philippe
To be complete on the topic: on OSX, in the past I used -prefix . Now for the same result, I have to use -prefix %QTDIR%\qtbase Philippe On Sun, 23 Jul 2017 10:42:41 -0700 Thiago Macieira wrote: > On Sunday, 23 July 2017 10:14:30 PDT Philippe wrote: > > Thanks. > > Indeed, specifing: > >

Re: [Interest] output directory when building Qt 5.9.1

2017-07-23 Thread Thiago Macieira
On Sunday, 23 July 2017 10:14:30 PDT Philippe wrote: > Thanks. > Indeed, specifing: > > -prefix %QTDIR%\qtbase > > solves my problem (I did not need -prefix before). If you didn't specify it before, it meant installing at /usr/local/Qt-5.9.1 on Unix, though I think on Windows it defaulted to no

Re: [Interest] output directory when building Qt 5.9.1

2017-07-23 Thread Philippe
Thanks. Indeed, specifing: -prefix %QTDIR%\qtbase solves my problem (I did not need -prefix before). Philippe On Sun, 23 Jul 2017 09:45:57 -0700 Thiago Macieira wrote: > On Sunday, 23 July 2017 03:18:14 PDT Philippe wrote: > > For many years (<= 5.8.0), building Qt on Windows would result ha

Re: [Interest] output directory when building Qt 5.9.1

2017-07-23 Thread Thiago Macieira
On Sunday, 23 July 2017 03:18:14 PDT Philippe wrote: > For many years (<= 5.8.0), building Qt on Windows would result having _all_ > binaries found by default in qtbase\bin Now, extra modules such as > Qt5Multimedia.dll, are found in eg. qtmultimedia\bin > > Is there a way to have the same behavio

Re: [Interest] Transparent titlebar in macOS (QTBUG-61332)

2017-07-23 Thread Benjamin B (BBenj)
I found a workaround: set QSG_RENDER_LOOP to "basic" and all is working fine, except the movableByWindowBackground option (workaround: a MouseArea changing x/y of the root window (drag doesn't work)). A bit more details here: https://bugreports.qt.io/browse/QTBUG-61332. You used a frameless/bord

[Interest] output directory when building Qt 5.9.1

2017-07-23 Thread Philippe
For many years (<= 5.8.0), building Qt on Windows would result having _all_ binaries found by default in qtbase\bin Now, extra modules such as Qt5Multimedia.dll, are found in eg. qtmultimedia\bin Is there a way to have the same behaviour as before? Philippe _