[QBS] Referencing Rule properties

Ch'Gans chgans at gna.org
Sat Jul 30 03:26:26 CEST 2016


On 30 July 2016 at 07:08, Dennis Tomas <den.t at gmx.de> wrote:
> Am 29.07.2016 um 21:05 schrieb Dennis Tomas:
>>
>> Rule {
>>     property string fileName: "resources"
>
> Sorry, should be baseName of course. Doesn't work either...

Have you tried outer.baseName?

My 2 cents.

>>
>>     multiplex: true
>>     Artifact {
>>         filePath: baseName + ".qrc" // ReferenceError
>>         fileTags: ["qrc"]
>>     }
>>     prepare: {
>> [...]
>>     }
>> }
>
>
> _______________________________________________
> QBS mailing list
> QBS at qt-project.org
> http://lists.qt-project.org/mailman/listinfo/qbs



More information about the Qbs mailing list