summaryrefslogtreecommitdiffstats
path: root/package/qt5/qt5quick1/qt5quick1.mk
Commit message (Collapse)AuthorAgeFilesLines
* qt5: add _LICENSE_FILES where applicablePeter Korsgaard2013-06-281-3/+1
| | | | | | | Some (but not all) of the qt5 module tarballs contain license files, so let's reference them. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* qt5quick1: ensure optional qt5webkit support is enabled if presentPeter Korsgaard2013-06-281-1/+2
| | | | | | | qt5quick1 has optional qt5webkit support, so ensure it is built after qt5webkit if enabled. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* qt5/qt5quick1: Drop qmlviewer from install since its no longer provided.Naumann Andreas2013-06-281-1/+0
| | | | | Signed-off-by: Andreas Naumann <anaumann@ultratronik.de> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* qt5quick1: doesn't require qt5webkitPeter Korsgaard2013-06-281-1/+1
| | | | Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* Normalize separator size to 80Alexandre Belloni2013-06-061-2/+2
| | | | | Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* qt5: factor <pkg>_SITE variableThomas Petazzoni2013-04-151-1/+1
| | | | | | | | | | | Each qt5 package was defining its own QT5<something>_SITE variable. Unfortunately, the download location has slightly changed for Qt 5.0.2, so we would have to change it for all packages. Instead, we factor the <pkg>_SITE variable as QT5_SITE in package/qt5/qt5.mk, just like we already do for QT5_VERSION. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* qt5/qt5quick1: new packageThomas Petazzoni2013-04-111-0/+45
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>