[Qbs] Same precompiled headers for multiple CppApplications

Mitja Schmakeit mitja.schmakeit at aucos.de
Fri Sep 28 09:45:54 CEST 2018


Hi,

is it possible to have a single

             Group {
                 name: "Precompiled Headers"
                 files: ["precompiled-header.h"]
                 fileTags: ["cpp_pch_src"]
             }

where the precompiled-header.h is only compiled once for multiple 
CppApplication-products? This would be nice for our unit test applications.

Mitja



More information about the Qbs mailing list