qt: speed up qmake build
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 3 Apr 2011 15:19:01 +0000 (17:19 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Sun, 3 Apr 2011 18:12:28 +0000 (20:12 +0200)
commita219ed3f7b81b93b4ed394451e7dbf862f678ec1
tree980b57b0269c97dc10d04788166c8b554a56bb03
parent9fd85d8168ccc210a03682dff844cca5fbb35349
qt: speed up qmake build

qmake is built during the execution of Qt ./configure script, so it is
built just with a normal make, not taking advantage of parallel
compilation. Passing MAKEFLAGS=-j$(BR2_JLEVEL) allows to speed up the
qmake compilation process quite a bit.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/qt/qt.mk