Skip to content
#

msvc

Here are 254 public repositories matching this topic...

tumic0
tumic0 commented Jun 4, 2022

If you install Android Qt6 builds on linux like (this is how the github action works):
python3 -m aqt install 6.3.0 linux android android_armv7 -O /home/runner/work/GPXSee/Qt
the resulting Qt installation is broken as it is missing the gcc_64 directory which contains the actual
Qt binaries (in android_armv7 there are only symlinks) like qmake.

As a result, qmake-based builds are not possib

enhancement help wanted good first issue documents
MetanoKid
MetanoKid commented May 1, 2020

If users want to perform the full analysis, they have to type --analyze_all (or add as many --analyze_ options as desired).

Can't we make this flag optional, and set by default?
When users want only one part of the analysis, this flag would become disabled instead.

enhancement good first issue

Improve this page

Add a description, image, and links to the msvc topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the msvc topic, visit your repo's landing page and select "manage topics."

Learn more