Moved Qt's automoc and autorcc variables 89/20489/1
authorLoïc Collignon <loic.collignon@iot.bzh>
Thu, 7 Mar 2019 15:20:24 +0000 (16:20 +0100)
committerLoïc Collignon <loic.collignon@iot.bzh>
Thu, 7 Mar 2019 15:20:24 +0000 (16:20 +0100)
commitf5bb1d7d963450a77587df9cb7cd25fad7617097
tree31659b9f345e3d364ae4ce2ce91f1b2abe864810
parenta9462458239b7c8c8073df25d8ba1d6005b9e856
Moved Qt's automoc and autorcc variables

Thoses variables are used by CMake for building Qt's projects, thus need to
find a Qt installation. Therefore you should set those to ON only if you
also do a find_package to find a Qt installation.

Change-Id: Ibd0042206913f2d4e65fc56092f3348efa3103da
Signed-off-by: Loïc Collignon <loic.collignon@iot.bzh>
CMakeLists.txt