summaryrefslogtreecommitdiffstats
path: root/src/qdoc/qdoc/tests/config/testdata/includepaths/includepaths.qdocconf
blob: 6288c425835b2f82b410911550c060e922a6dbde (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
includepaths = -I./include

# without prefix but same path, should be identical
# (Config should not remove duplicates)
includepaths += include

# space between prefix and path - incorrect but we allow it
includepaths += -I include/more

# system paths and framework paths
includepaths += \
    -F./include/framework \
    -isysteminclude/system

# nonexistent paths are to be ignored
includepaths += invalid