Re: [Development] Importing a module build in creator

2022-01-11 Thread Arno Rehn
Am 11.01.2022 um 12:39 schrieb Edward Welbourne: Arno Rehn (9 January 2022 15:59) wrote: I'm skipping building the tests by default and would like to build only a subset (the ones of the module I'm working on). QtCreator doesn't seem to support EXCLUDE_FROM_ALL tests at all, so I usually have to

Re: [Development] Importing a module build in creator

2022-01-11 Thread Edward Welbourne
Arno Rehn (9 January 2022 15:59) wrote: > I'm skipping building the tests by default and would like > to build only a subset (the ones of the module I'm working on). > QtCreator doesn't seem to support EXCLUDE_FROM_ALL tests at all, so I > usually have to resort to the command line for that. I sus