[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 and easier to navigate to a class you know the
name of. Currently you have to move the cursor around in the url field
so that you replace the class name b/w '/' and '.html'. not having to
deal with '.html' would make the process way faster/easier.
Of course to avoid breaking search engine, bookmarks, ... the url with
'.html' would have to redirect to the one w/o.

Any thoughts?

Chris
___
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest


[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 QWS_MOUSE_PROTO=Auto:/dev/input/mice
but I have not found it.

  Is there any way to use qt5 to achieve this?

Thank you and best regards,
L-C. Duca
___
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest


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 detect it otherwise: The common pattern here is to have the 
> switch logic in a .pri file, and include it from all .pro files needing it.

Less common pattern is using .qmake.conf in the root project directory


-- 
Regards,
Konstantin
___
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest


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 have the 
switch logic in a .pri file, and include it from all .pro files needing it.

Regards

Kai

From: Interest  on behalf of Vyacheslav 
Lanovets 
Sent: Wednesday, June 5, 2019 10:32 AM
To: interest@qt-project.org
Subject: [Interest] passing something into subdirs qmake

Hello,

I want to invent some convenient way to switch between two variations
of the same app. Current approach is to have 2 pro files with subdirs
inside.
The selected config is passed into subdirs like this:

product_var="MYAPP1=true"
write_file(".qmake.conf", product_var)

This is not reliable and confuses Qt Creator. Is there any other way
to pass something from pro files into subdirs dependencies?

Regards,
Vyacheslav
___
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest
___
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest