Adding Qt5 base
authorMirko Vogt <mirko@openwrt.org>
Mon, 8 Jun 2015 17:47:26 +0000 (19:47 +0200)
committerMirko Vogt <mirko@openwrt.org>
Wed, 10 Jun 2015 09:17:15 +0000 (11:17 +0200)
commitd6f8172aaa686df4dde2b931790a6dab3b8199e3
tree76d6a9e70a1a5d4ba79dd0d752e7c61bb7e1a65b
parente340703ad8772d0829d6133dcbab33be4ae76e64
Adding Qt5 base

Crosscompile and package Qt5 (base) and setup an
environment to easily crosscompile and package
other qmake based projects.

Please see the comments within the Makefiles
(Makefile / qmake.mk) for current limitations and
known issues.

Packaged from the "base" submodule herewith are:

 - qt5base-concurrent
 - qt5base-core
 - qt5base-gui
 - qt5base-network
 - qt5base-printSupport
 - qt5base-sql
 - qt5base-test
 - qt5base-widgets
 - qt5base-xml
 - qt5base-plugin-bearer-generic
 - qt5base-plugin-input-evdevkeyboard
 - qt5base-plugin-input-evdevmouse
 - qt5base-plugin-input-evdevtablet
 - qt5base-plugin-input-evdevtouch
 - qt5base-plugin-imageformats-gif
 - qt5base-plugin-imageformats-ico
 - qt5base-plugin-imageformats-jpeg
 - qt5base-plugin-platforms-linuxfb
 - qt5base-plugin-platforms-minimal
 - qt5base-plugin-platforms-offscreen
 - qt5base-plugin-sqldrivers-sqlite
 - qt5base-examples
frameworks/qt5base/Makefile [new file with mode: 0644]
frameworks/qt5base/files/mkspecs/linux-openwrt-g++/qmake.conf [new file with mode: 0644]
frameworks/qt5base/files/mkspecs/linux-openwrt-g++/qplatformdefs.h [new file with mode: 0644]
frameworks/qt5base/files/qmake.mk [new file with mode: 0644]
frameworks/qt5base/patches/002-uclibc-execinfo.patch [new file with mode: 0644]