qt6windows7/util/cmake/tests/data/else5.pro

11 lines
123 B
Prolog
Raw Normal View History

2023-10-30 06:33:08 +08:00
# comments
qtConfig(timezone) { # bar
A = 1
} else:win32 {
B = 2 # foo
} else { C = 3
# baz
# foobar
}
# endcomment