You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some windeployqt options are not accessible through Qt VS Tools.
Some of these only make sense on the command line (e.g. --help), but some really should be accessible in Qt VS Tools as they affect the output (e.g. --no-system-dxc-compiler, --exclude-plugins <plugins>).
For completeness all current options that are available on the command line (taken from Qt Deploy Tool 6.8.0) but not through Qt VS Tools are:
Ideal Solution
Ideally, some of these should be their own fields in Visual Studio Property Pages > Qt Deploy Tool
Minimal Solution
I think at the very least there should be an "Additional Command Line Options" field, as there is for qmake and Qt compiler/linker under Qt Project Settings, although in this case I think it makes more sense to be under Qt Deploy Tool. This way as windeployqt command line options may change over time, they are all accessible to the user.
Also the option --no-patchqt is labelled "Skip Qt5Core Patch" but I believe it also applies to Qt 6, so perhaps it should be renamed to "Skip Qt Core Patch"
The text was updated successfully, but these errors were encountered:
Some windeployqt options are not accessible through Qt VS Tools.
Some of these only make sense on the command line (e.g.
--help
), but some really should be accessible in Qt VS Tools as they affect the output (e.g.--no-system-dxc-compiler
,--exclude-plugins <plugins>
).For completeness all current options that are available on the command line (taken from Qt Deploy Tool 6.8.0) but not through Qt VS Tools are:
Of these, it is possible to workaround some by listing them under Include Qt Libraries or Exclude Qt Libraries, even though they are not libraries
and some are completely inaccessible (at least through Property Pages > Qt Deploy Tool, perhaps some are accessible elsewhere)
Ideal Solution
Ideally, some of these should be their own fields in Visual Studio Property Pages > Qt Deploy Tool
Minimal Solution
I think at the very least there should be an "Additional Command Line Options" field, as there is for qmake and Qt compiler/linker under Qt Project Settings, although in this case I think it makes more sense to be under Qt Deploy Tool. This way as windeployqt command line options may change over time, they are all accessible to the user.
Also the option
--no-patchqt
is labelled "Skip Qt5Core Patch" but I believe it also applies to Qt 6, so perhaps it should be renamed to "Skip Qt Core Patch"The text was updated successfully, but these errors were encountered: