summaryrefslogtreecommitdiffstats
path: root/util/cmake/tests/data/else5.pro
blob: 3de76af50ad1897d367f51aca0ba1bb185cf0cd5 (plain)
1
2
3
4
5
6
7
8
9
10
# comments
qtConfig(timezone) { # bar
  A = 1
} else:win32 {
  B = 2 # foo
} else { C = 3
# baz
   # foobar
}
# endcomment