Re: [QBS] Fwd: Function to enumerate all files in desired directory

2014-06-04 Thread Denis Shienkov
template", "fragment"); > > *args*.push("-out", FileInfo.fileName(output.fileName)); > > > > > > > > *From:* Denis Shienkov > *Sent:* Mittwoch, 4. Juni 2014 15:40 > *To:* qbs@qt-project.org; Jake Petroules; Christian Kandeler

Re: [QBS] Fwd: Function to enumerate all files in desired directory

2014-06-04 Thread Johannes.Matokic
("-var", "env.MyProjectFilesDir"); args.push("-template", "fragment"); args.push("-out", FileInfo.fileName(output.fileName)); From: Denis Shienkov Sent: Mittwoch, 4. Juni 2014 15:40 To: qbs@qt-project.org; Jake Petroules; Christian Kandeler S

Re: [QBS] Fwd: Function to enumerate all files in desired directory

2014-06-04 Thread Denis Shienkov
Hi guys. I have a trouble using the "heat.exe" utility to generate an *.wxs file. I got an error: ... generating myfiles.wxs C:\Program Files\WiX Toolset v3.8\bin/heat.exe dir . -cg MyProjectFiles -gg -scom -sreg -sfrag -srd -dr INSTALLLOCATION -var env.MyProjectFilesDir -template fragment -out

Re: [QBS] Fwd: Function to enumerate all files in desired directory

2014-06-03 Thread Denis Shienkov
Guys, many thanks for yours help. BR, Denis 2014-06-02 19:34 GMT+04:00 Jake Petroules : > On 2014-06-02, at 11:12 AM, < > johannes.mato...@microchip.com> wrote: > > Hi Denis, > > If you only need the files for use with WiX there might be a workaround. > > WiX provides the tool head.exe which c

Re: [QBS] Fwd: Function to enumerate all files in desired directory

2014-06-02 Thread Jake Petroules
On 2014-06-02, at 11:12 AM, wrote: > Hi Denis, > > If you only need the files for use with WiX there might be a workaround. > > WiX provides the tool head.exe which can create wxs files with a component > containing all files found in one directory. > This tool could be easily used in spec

Re: [QBS] Fwd: Function to enumerate all files in desired directory

2014-06-02 Thread Johannes.Matokic
:16 To: qbs@qt-project.org; Christian Kandeler Subject: [QBS] Fwd: Function to enumerate all files in desired directory Joerg, > Care to create a suggestion? Done: https://bugreports.qt-project.org/browse/QBS-605 So, not exists any workaround for this? E.g. I need to add all *.qm files from

Re: [QBS] Fwd: Function to enumerate all files in desired directory

2014-06-02 Thread Joerg Bornemann
> E.g. I need to add all *.qm files from the /translations output > directory to my WiX project file. This *.qm files automatically are > copied into this directory from the all sub-products of my Project (at > building of my Project).. > I hoped that I will be able to make it by means of qbs. Now

[QBS] Fwd: Function to enumerate all files in desired directory

2014-06-02 Thread Denis Shienkov
Joerg, > Care to create a suggestion? Done: https://bugreports.qt-project.org/browse/QBS-605 So, not exists any workaround for this? E.g. I need to add all *.qm files from the /translations output directory to my WiX project file. This *.qm files automatically are copied into this directory f