add Qt5 submodule quick1
authorMirko Vogt <mirko@openwrt.org>
Mon, 8 Jun 2015 17:50:53 +0000 (19:50 +0200)
committerMirko Vogt <mirko@openwrt.org>
Wed, 10 Jun 2015 09:17:15 +0000 (11:17 +0200)
commit264c37aecd2ada983ef70b6d05b1130f3f1761f6
tree1cb2d8b3626f5f54c4a6c2b5292543cbfa50be7d
parente6ca923f5eb137f17d4ce0d3528a01389ee209a4
add Qt5 submodule quick1

Qt5Quick1 features QML1 and provides
the QDeclarative* implementations.

Don't confuse that with the QtDeclarative
submodule which provides support for QML2
and exports the QQml* interface (also known
as QtQuick(2)).

QtQuick(2)/QML2 by the way has a hard
dependency on GL, hence without GL support
you're stuck on QtQuick1/QML1.
frameworks/qt5quick1/Makefile [new file with mode: 0644]