Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
6.6
-
None
-
-
36e043dde (dev), 814de4c2c (dev)
Description
See QTBUG-117052 for a real-world occurrence of the issue.
How to reproduce: place the following feature definition in qtbase/configure.cmake
qt_feature("foo" CONDITION NOT ( OFF AND OFF ) )
Then run
~/dev/qt/dev/qtbase/configure -no-gui -- --trace-expand --trace-redirect=cmake.trace && rg FEATURE_foo < CMakeCache.txt
and observe that the feature is OFF.
Attachments
Issue Links
- relates to
-
QTBUG-117052 Condition of feature ipc_posix erroneously evaluates to FALSE
-
- Closed
-
For Gerrit Dashboard: QTBUG-117053 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
504308,5 | CMake: Fix config condition evaluator | dev | qt/qtbase | Status: MERGED | +2 | 0 |
505903,3 | CMake: Add autotest for the config condition evaluator | dev | qt/qtbase | Status: MERGED | +2 | 0 |