[Interest] Processing multiple files in one go with qmake

Paul Nader paul.nader at gmail.com
Wed Mar 21 23:01:10 CET 2012


I solved this by using the compiler.combine and compiler.target_predeps...

On Wed, Mar 21, 2012 at 9:23 PM, Paul Nader <paul.nader at gmail.com> wrote:

> Hi,
>
> I'm struggling to have qmake create a mnakefile that will take a bunch of
> files and process them in one go, rather than one by one.
>
> My aim is to take a set of files, run once a single command that takes
> them all as arguments and that generates all of the c++ sources
> that should be compiled.
>
> I am able to extend it by defining a compiler but that takes a list of
> files and generates targets for each one individually running the
> compiler.commands line
> for each file individually.
>
> Is it possible to do what I'm after?
>
> Cheers, Paul
>
>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20120321/8e9361c1/attachment.html>


More information about the Interest mailing list