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
Please note that we have restored the behaviour to before the addition of essential_modules - that is, essential_modules is no longer enabled by default, which restores the previous behaviour. If essential_modules is set to True, the ability to disable specific modules has been fixed as well - please check the PR for details.
Description
Any of the submodules that are flagged as "essential" in qtmodules6.7.1.conf stay enabled even when disabled on the command line.
Package and Environment Details
Conan profile
Configuration for profile gcc14-Debug:
[settings]
os=Linux
os_build=Linux
arch=x86_64
arch_build=x86_64
compiler=gcc
compiler.version=14
compiler.libcxx=libstdc++11
compiler.cppstd=23
build_type=Debug
[options]
[conf]
[build_requires]
[env]
Steps to reproduce
conan install qt/6.7.1@ --build=missing -pr:h gcc14-Debug -pr:b gcc14-Debug -o:b qtmqtt=True -o:b qt5compat=False -o:b qttools=False -o:b qtdeclarative=False -o:b qttranslations=False -o:b qtdoc=False -o:b gui=False -o:b widgets=False -o:b with_odbc=False -o:b with_pq=False -o:b with_sqlite3=False -o:b with_brotli=False -o:h qtmqtt=True -o:h qt5compat=False -o:h qttools=False -o:h qtdeclarative=False -o:h qttranslations=False -o:h qtdoc=False -o:h gui=False -o:h widgets=False -o:h with_odbc=False -o:h with_pq=False -o:h with_sqlite3=False -o:h with_brotli=False
Logs
The generated conan_toolchain.cmake handed to the Qt build system contains:
Click to expand log
The text was updated successfully, but these errors were encountered: