summaryrefslogtreecommitdiffstats
path: root/src/core/core.gyp
Commit message (Collapse)AuthorAgeFilesLines
* Ship repacked .pak filesPierre Rossi2013-12-031-0/+12
We used to wrap various .pak files in qrc files, but it turns out to be very memory inefficient compared to chromium's approach of mmaping those files. Drop the pak->qrc logic and instead add some pure gyp targets to repack the resources. We then install those with qmake and look them up with QLibraryInfo. Change-Id: I6dd3cedf6afa626ed181463911fef8885c9e9add Reviewed-by: Andras Becsi <andras.becsi@digia.com>