Hello,

I'd like to declare an object in my qbs file that is a collection of
key-value pairs, i.e., a dictionary.
The documentation here: http://doc.qt.io/qbs/cpp-module.html states that
this can be done for the infoPlist property of the cpp module as well.

I have tried several formats, e.g.:

property var tst: { "key": 4, }

and so on, but all I get is syntax errors. How do I declare a dictionary
properly?

Thanks, Theo
_______________________________________________
QBS mailing list
QBS@qt-project.org
http://lists.qt-project.org/mailman/listinfo/qbs

Reply via email to