summaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5-addons/qtquickcompiler-sdk.bb
Commit message (Collapse)AuthorAgeFilesLines
* qtquickcompiler: fix path for QT_HOST_BINSSamuli Piippo2017-09-261-0/+3
| | | | | | | | | | Bitbake builds need to use QT_HOST_BINS/get for getting the correct path to the host tools. Change it for qtquickcompiler.prf so that project can use CONFIG+=qtquickcompiler without need to have CONFIG+=no_qtquickcompiler_depend as well. Change-Id: I5196e06f249531833fccca6b0b6a213016270ab6 Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* qtquickcompiler: suppress packaging QA Error "already stripped"Mikko Gronoff2017-05-121-0/+1
| | | | | | Task-number: QTBUG-60734 Change-Id: I26bb6c198a0d77e1c58f7224617806d0749d6774 Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
* qtquickcompiler: include dependency libs for mingwSamuli Piippo2017-01-191-3/+11
| | | | | | | | | | Windows version of qtquickcompiler requires additional mingw libraries, that are not built in yocto. Include those from prebuilt package used also by Qt desktop packages in Windows. Task-number: QTBUG-58256 Change-Id: Id27d2267c43e562c089614498e33bd454e649ebc Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
* Add Qt for Device Creation licenseSamuli Piippo2016-06-071-2/+2
| | | | | | | | Replace CLOSED and QtEnteprise licenses with the Qt for Device Creation license on all recipes. Change-Id: I02fddc0ee4375bddf18a6c1f7ab093462a5f5153 Reviewed-by: Kalle Viironen <kalle.viironen@theqtcompany.com>
* Update license headersSamuli Piippo2016-05-181-7/+15
| | | | | | | License changed to GPLv3 + Commercial Change-Id: I267c97216e717ed29071df064337e1bcf83de973 Reviewed-by: Kalle Viironen <kalle.viironen@theqtcompany.com>
* qtquickcompiler: add support for BYOS buildsSamuli Piippo2016-03-021-0/+58
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 <teemu.holappa@theqtcompany.com>