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

7 lines
66 B
Prolog
Raw Normal View History

2023-10-30 06:33:08 +08:00
qtConfig(timezone) {
A = 1
} else:win32: B = 2
else {
C = 3
}