summaryrefslogtreecommitdiffstats
path: root/rules/host-qt5.make
Commit message (Collapse)AuthorAgeFilesLines
* CREDITS: remove unmaintained fileRoland Hieber2019-07-031-2/+0
| | | | | | | | | | | | | | | This file has been touched 2 times in the last 7 years, and is no longer up to date. Remove it to carry less unmaintained stuff around. Also remove all references to it from file headers using for file in `g grep -l 'See CREDITS for details about who has'`; do sed -i '/See CREDITS for details about who has/,+1d' $file done as well as the different wording from rules/other/Toplevel.make. Signed-off-by: Roland Hieber <rhi@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* qt5: version bump 5.6.3 -> 5.12.1Michael Olbrich2019-02-261-63/+73
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* rules: use _MAKE_ENV instead of deprecated _COMPILE_ENVMichael Olbrich2019-02-071-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* qt5: fix build with icecc 1.2Michael Olbrich2019-01-121-0/+3
| | | | | | | | | | Qt5 uses some #pragma directives in the header files, which trigger a bug in the -fdirectives-only handling of cpp, which is used by icecc 1.2 by default. Work around this by disabling remote cpp runs and do all the preprocessing on the local build host. Reported-by: Lucas Stach <l.stach@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-qt5: build qmake in parallelMichael Olbrich2017-05-181-0/+5
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-qt5: fix configure arguments for 5.6.2Michael Olbrich2017-05-181-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-qt5: fix option handlingMichael Olbrich2017-02-141-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* host-qt5: new packageMichael Olbrich2017-02-091-0/+162
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>