[Interest] Processing multiple files in one go with qmake

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


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/0972e470/attachment.html>


More information about the Interest mailing list