qt: add font license information
commit1c50ef102a3418c8a5989e2cfbaef482099a4b3b
authorPeter Seiderer <ps.report@gmx.net>
Thu, 25 Feb 2016 22:34:49 +0000 (25 23:34 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Sat, 27 Feb 2016 10:55:33 +0000 (27 11:55 +0100)
treeb85564059c6058d9a2c81fbe3549a6fbe74d3fd9
parentd830036cceade7052630ec256b35117fdaffa3fd
qt: add font license information

With this implementation, the different licenses will be separated with
<space><comma>. This is not nice, but to avoid it a pretty ugly construct
is needed:

QT_LICENSE = $(shell echo $(QT_LICENSE_BITS) | sed 's% , %, %g')

Since the <space><comma> is just a minor nuisance, we're not going to that kind
of complexity.

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/qt/qt.mk