mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2024-11-24 04:20:46 +08:00
11 lines
123 B
Prolog
11 lines
123 B
Prolog
# comments
|
|
qtConfig(timezone) { # bar
|
|
A = 1
|
|
} else:win32 {
|
|
B = 2 # foo
|
|
} else { C = 3
|
|
# baz
|
|
# foobar
|
|
}
|
|
# endcomment
|