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
-