[Interest] Online doc URL improvement

2019-06-05 Thread Christian Gagneraud
Hi there, I quite often read the documentation online, b/c the urls are quite short and simple i usually type them in directly in the URL bar. One little thing is annoying me, the '.html extension. Wouldn't it be great if instead the url would be 'doc.qt.io/qt-5/qwidget'. That is shorter to type

[Interest] Use qt5 without udev

2019-06-05 Thread Laurentiu-Cristian Duca
Hello Qt community, I am an open source enthusiast and a qt5 beginner. I want to use qt5 in a fast boot linux system and I am searching a way to use qt5 without udev, instead use devtmpfs because the system boots faster. In order to achieve this, I need a parameter in qt5 similar to export

Re: [Interest] passing something into subdirs qmake

2019-06-05 Thread Konstantin Tokarev
05.06.2019, 14:29, "Kai Köhne" : >> I want to invent some convenient way to switch between two variations >  > of the same app. > > How do you plan to set these? > > If it's via command line (e.g. qmake CONFIG+= ...): This will be passed > automatically to SUBDIRS projects. > > If you somehow

Re: [Interest] passing something into subdirs qmake

2019-06-05 Thread Kai Köhne
> I want to invent some convenient way to switch between two variations > of the same app. How do you plan to set these? If it's via command line (e.g. qmake CONFIG+= ...): This will be passed automatically to SUBDIRS projects. If you somehow detect it otherwise: The common pattern here is to