<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-boot2qt.git/classes/qtquickcompiler.bbclass, branch v5.7.0</title>
<subtitle>Mirror of https://code.qt.io/cgit/yocto/meta-boot2qt.git</subtitle>
<id>https://git.enea.com/cgit/linux/meta-boot2qt.git/atom?h=v5.7.0</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-boot2qt.git/atom?h=v5.7.0'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-boot2qt.git/'/>
<updated>2016-05-18T09:31:21+00:00</updated>
<entry>
<title>Update license headers</title>
<updated>2016-05-18T09:31:21+00:00</updated>
<author>
<name>Samuli Piippo</name>
<email>samuli.piippo@qt.io</email>
</author>
<published>2016-05-11T10:33:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-boot2qt.git/commit/?id=edc4f9274cc129d3550a0249c4e500db7f81a9af'/>
<id>urn:sha1:edc4f9274cc129d3550a0249c4e500db7f81a9af</id>
<content type='text'>
License changed to GPLv3 + Commercial

Change-Id: I267c97216e717ed29071df064337e1bcf83de973
Reviewed-by: Kalle Viironen &lt;kalle.viironen@theqtcompany.com&gt;
</content>
</entry>
<entry>
<title>qtquickcompiler: add support for BYOS builds</title>
<updated>2016-03-02T11:48:42+00:00</updated>
<author>
<name>Samuli Piippo</name>
<email>samuli.piippo@theqtcompany.com</email>
</author>
<published>2016-03-01T16:25:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-boot2qt.git/commit/?id=1dc408e27ed53f0767ac35e29734c61955a04b95'/>
<id>urn:sha1:1dc408e27ed53f0767ac35e29734c61955a04b95</id>
<content type='text'>
Qt Quick Compiler sources codes are not released for customers, so they
cannot build it for themselves. Instead copy qtquickcompiler binary from
the SDK where we have both linux and mingw binaries available.

Change-Id: I697885365d98df394164a15e2517c7c473ac91e5
Reviewed-by: Teemu Holappa &lt;teemu.holappa@theqtcompany.com&gt;
</content>
</entry>
<entry>
<title>Update license headers</title>
<updated>2016-02-09T10:15:02+00:00</updated>
<author>
<name>Samuli Piippo</name>
<email>samuli.piippo@theqtcompany.com</email>
</author>
<published>2016-02-09T06:44:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-boot2qt.git/commit/?id=e58e1e259754a721f108c3732d638c803ab70aaa'/>
<id>urn:sha1:e58e1e259754a721f108c3732d638c803ab70aaa</id>
<content type='text'>
Change-Id: Iabcf736e6f4ae2149b57c84ebdc8b5b1be82023d
Reviewed-by: Teemu Holappa &lt;teemu.holappa@theqtcompany.com&gt;
</content>
</entry>
<entry>
<title>qtquickcompiler: add dev packages to toolchain</title>
<updated>2015-11-02T10:02:04+00:00</updated>
<author>
<name>Samuli Piippo</name>
<email>samuli.piippo@theqtcompany.com</email>
</author>
<published>2015-10-30T13:54:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-boot2qt.git/commit/?id=0620623f153cdbccf46840c79eade69a1848b296'/>
<id>urn:sha1:0620623f153cdbccf46840c79eade69a1848b296</id>
<content type='text'>
Change-Id: If6fa08858c0ab19e92c45623f7dcdcf3d8985c1a
Reviewed-by: Teemu Holappa &lt;teemu.holappa@theqtcompany.com&gt;
</content>
</entry>
<entry>
<title>qtquickcompiler: disable for BYOS</title>
<updated>2015-06-17T09:46:48+00:00</updated>
<author>
<name>Samuli Piippo</name>
<email>samuli.piippo@theqtcompany.com</email>
</author>
<published>2015-06-16T12:57:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-boot2qt.git/commit/?id=0cf281fdd678ea57b34bd9c7e5c48dc421d290ae'/>
<id>urn:sha1:0cf281fdd678ea57b34bd9c7e5c48dc421d290ae</id>
<content type='text'>
QtQuickCompiler sources are not distributed, so for BYOS builds
we need to disable. For now, only print note that it's not supported.
Next step is to try to use the precompiled version from SDK.

Change-Id: I8185e66fd2bc6471218ee3ea8520fa40c2c08592
Reviewed-by: Eirik Aavitsland &lt;eirik.aavitsland@theqtcompany.com&gt;
</content>
</entry>
<entry>
<title>Enable Qt Quick Compiler</title>
<updated>2015-05-12T11:47:34+00:00</updated>
<author>
<name>Samuli Piippo</name>
<email>samuli.piippo@theqtcompany.com</email>
</author>
<published>2015-04-29T11:10:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-boot2qt.git/commit/?id=cbf5a7653383beebf44c9634506661d1fa6dfcf3'/>
<id>urn:sha1:cbf5a7653383beebf44c9634506661d1fa6dfcf3</id>
<content type='text'>
Build Qt Quick Compiler and use it for VKB and QtCharts.
Use BBCLASSEXTEND to build all 3 version (target, native
and nativesdk) of Qt Quick Compiler.

Change-Id: I611fe7762b8d9124b146b7fe976f09130d5912fa
Reviewed-by: Andy Nichols &lt;andy.nichols@theqtcompany.com&gt;
</content>
</entry>
</feed>
