Re: [CMake] Issue with qt5_add_resources with unit tests

2019-01-18 Thread Scott Bloom
e two projects, that depens on the output of a single input But this works ~~Scott Original message From: "Alan W. Irwin" Date: 1/18/19 19:11 (GMT-08:00) To: Scott Bloom Cc: cmake Mailing List Subject: Re: [CMake] Issue with qt5_add_resources with unit tests O

Re: [CMake] Issue with qt5_add_resources with unit tests

2019-01-18 Thread Alan W. Irwin
On 2019-01-19 00:09- Scott Bloom wrote: I use qt + google test to run tests in my build environment. The problem I have, is in some (most) of my unit test directories, there will be multiple test executables created, all dependent on the same output file from the add_resources step. Typi

[CMake] Issue with qt5_add_resources with unit tests

2019-01-18 Thread Scott Bloom
I use qt + google test to run tests in my build environment. The problem I have, is in some (most) of my unit test directories, there will be multiple test executables created, all dependent on the same output file from the add_resources step. Typically its something like qt_add_resource( reso