Re: [Qbs] dependency tracking

2020-09-16 Thread Richard Weickelt
>> "testinput.h" file contains "#include "a.h" directive. Changing >> testinput.h results in a generator run followed by a C++ compiler run. >> Changing a.h results in no action, although in this case the generator >> is intended to reprocess its input. > > It's expected that the generator

Re: [Qbs] Why was protobuf.outputDir removed

2020-09-16 Thread Иван Комиссаров
As I said before, I have no objections to bring the property back. Just add a test so we know why we need this property and add custom tags for the generated files to separate them from the other header files. Ivan. > 16 сент. 2020 г., в 08:27, Kai Dohmen via Qbs написал(а): > > Hello Ivan,

Re: [Qbs] dependency tracking

2020-09-16 Thread Christian Kandeler
On Tue, 15 Sep 2020 22:10:13 +0500 Dan Pat wrote: > "testinput.h" file contains "#include "a.h" directive. Changing > testinput.h results in a generator run followed by a C++ compiler run. > Changing a.h results in no action, although in this case the generator > is intended to reprocess its

Re: [Qbs] Why was protobuf.outputDir removed

2020-09-16 Thread Kai Dohmen via Qbs
Hello Ivan, the use-case of installation arises from encapsulating the proto files into a single library. I do this because then it is easier for me to use the proto-stuff in different applications. Since I started to use conan to track dependencies I needed to compile and install the static