Re: [Qbs] Same precompiled headers for multiple CppApplications

2018-10-01 Thread Christian Kandeler
On Fri, 28 Sep 2018 09:45:54 +0200 Mitja Schmakeit wrote: > is it possible to have a single > > Group { > name: "Precompiled Headers" > files: ["precompiled-header.h"] > fileTags: ["cpp_pch_src"] > } > > where the prec

Re: [Qbs] Qbs vs Jenkins

2018-10-01 Thread Christian Kandeler
On Tue, 25 Sep 2018 08:00:56 +0200 wrote: > I am wondering if it was possible to replace the Jenkins pipeline with only > Qbs. In theory I see no reason why this should not work given the flexibility > of the Qbs but is there any specific functionality out of the box that could > make the typi

Re: [Qbs] Unwanted linkage of non-cpp product by MSVC

2018-10-01 Thread Christian Kandeler
On Sat, 22 Sep 2018 16:15:43 +0300 Павел Лысенко via Qbs wrote: > I have a project with some cpp products. > Also the project includes a non-cpp product. > Non-cpp product depends on my custom module that creates a custom deployment > package. > Module can process both cpp and non-cpp products (

Re: [Qbs] Qbs and Q_PRIVATE_SLOT

2018-10-01 Thread Christian Kandeler
On Wed, 19 Sep 2018 14:16:58 +0200 Christian Gudrian wrote: > Am 19.09.2018 um 13:00 schrieb Christian Gudrian: > > How do I prevent one particular moc file from being automatically > > compiled by Qbs? > > To answer the question myself: apart from #including the moc file > explicitly one ha