On Sat, 22 Jul 2017 16:48:05 +0200
<resurrect...@centrum.cz> wrote:

> tl;dr Qbs Probes that write project files are not correctly evaluated (at 
> least not in Qt Creator)

This is a known glitch regarding access to Probe properties. Simple workaround 
for your project: Do not call Array.push() directly on ref, but have a 
temporary variable that you insert elements into. At the end of the configure 
script, assign the result to ref. Then everything should work.


Christian
_______________________________________________
Qbs mailing list
Qbs@qt-project.org
http://lists.qt-project.org/mailman/listinfo/qbs

Reply via email to