summaryrefslogtreecommitdiffstats
path: root/cmake/tests/features/src/CMakeLists.txt
blob: bfb02be07dc6135b21f55a47ef7ff3bfc88fb5ae (plain)
1
2
3
4
5
6
7
## Features from parent scope were inherited:
assert(QT_FEATURE_top_a STREQUAL "ON")
assert(QT_FEATURE_top_b STREQUAL "OFF")
assert(QT_FEATURE_top_enabled STREQUAL "ON")
assert(QT_FEATURE_top_disabled STREQUAL "OFF")
assert(QT_FEATURE_top_disabled_enabled STREQUAL "OFF")
assert(QT_FEATURE_top_not_emitted STREQUAL "OFF")