qt6windows7/util/cmake/tests/data/else5.pro
2023-10-29 23:33:08 +01:00

11 lines
123 B
Prolog

# comments
qtConfig(timezone) { # bar
A = 1
} else:win32 {
B = 2 # foo
} else { C = 3
# baz
# foobar
}
# endcomment