Remove deprecated use of cmake/Qt macro 43/14943/3
authorLoïc Collignon <loic.collignon@iot.bzh>
Mon, 2 Jul 2018 15:09:37 +0000 (17:09 +0200)
committerLoïc Collignon <loic.collignon@iot.bzh>
Tue, 3 Jul 2018 15:10:06 +0000 (17:10 +0200)
commit2c29f154a70c2ac7f4f5fc8beda75734a15538c5
tree30b46db4e717578ba100c734ea6b7152d2bffeab
parent5bec8c5045c0247f1b4e06b4e159285b110a5b57
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