On Sun, Oct 4, 2020 at 12:34 AM Konstantin Tokarev
wrote:
>
> BTW, I've recently discovered another script [1] which seems to be quite
> popular. I haven't tried it myself yet but
> looks like it allows fine-grained installation. It even has ready to use
> github action [2].
>
> [1] https://gith
On Sat, Oct 3, 2020 at 11:07 PM Konstantin Tokarev
wrote:
>
>
>
>
> For comparison, using simple python script from [1] (which was mentioned
> on the list a few times before)
>
Hmm, maybe my search-foo is weak, but searching for 'qt-downloader' in my
mail client only shows this
mail thread as th
Hi all,
I spent a bit of time trying to get a project of mine to build in Github
Actions with a Qt installed via the new online installer.
I used Volker's script as a base, modified it a bit, and created a github
workflow that installs Qt 5.15.1 essentials package.
The workflow then builds a qmak
Hi Tino,
The improved CLI DX is great.
I tried it out in one of my personal projects, and I can successfully
install the Qt 5.15.1 essentials for the 3 desktop platforms as part of the
project's CI run.
One thing I noticed though is that on Ubuntu (20.04) you need to `sudo
apt-get install libxkb
This is why for Qt For Python, we've opted to make a superproject that
doesn't use ExternalProejct, but rather uses add_subdirectory on each
subproject. The advantage is that you can open the superproject
CMakeLists.txt directly in Qt Creator, and get code completion and all the
goodies for the who