aboutsummaryrefslogtreecommitdiffstats
path: root/src/ivicore/doc/qtivicore.qdocconf
blob: 4d846601857d727ad57eb6dd9a381e53f937810c (plain)
1
2
3
4
5
6
7
8
9
10
11
headerdirs  += .. \
               ../../imports/core

sourcedirs  += .. \
               ../../imports/core

imagedirs   += images

macro.qmlqtiviproperty = "\\qmlpropertygroup \2 \n\\qmlproperty bool \2.available\n \\qmlproperty \1 \2.maximumValue\n \\qmlproperty \1 \2.minimumValue\n \\qmlproperty list<\1> \2.availableValues\n \\qmlproperty \1 \2.value\n \\include src/qmlqtiviproperty.qdocinc"
macro.qmlqtivipropertyBool = "\\qmlpropertygroup \1 \n\\qmlproperty bool \1.available\n \\qmlproperty bool \1.value\n \\include src/qmlqtiviproperty.qdocinc"
macro.qmlqtivipropertyEnum = "\\qmlpropertygroup \1 \n\\qmlproperty bool \1.available\n \\qmlproperty list<enumeration> \1.availableValues\n \\qmlproperty enumeration \1.value\n \\include src/qmlqtiviproperty.qdocinc"