Remove deprecated use of cmake/Qt macro
authorLoïc Collignon <loic.collignon@iot.bzh>
Mon, 2 Jul 2018 15:09:37 +0000 (17:09 +0200)
committerRomain Forlot <romain.forlot@iot.bzh>
Thu, 13 Dec 2018 13:12:02 +0000 (14:12 +0100)
commitec2a978278b4b521e665e1f8c589a4b1f70fc889
tree30b46db4e717578ba100c734ea6b7152d2bffeab
parent6ea9af1bf19ba06e2e30fe88f247fb274751b23d
Remove deprecated use of cmake/Qt macro

Last versions of cmake/Qt don't need the use of some macro anymore.
It allows you to put *.qrc files as sources files, which are
resources files. Those files need to be processed by a Qt's tool to
be transformed as C++ sources files.

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