From 430f202718f7311c541a7243870719e2df456f2f Mon Sep 17 00:00:00 2001 From: Pierre Rossi Date: Wed, 20 Nov 2013 13:45:03 +0100 Subject: Ship repacked .pak files 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 --- src/core/resources/resources.pro | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 src/core/resources/resources.pro (limited to 'src/core/resources/resources.pro') diff --git a/src/core/resources/resources.pro b/src/core/resources/resources.pro deleted file mode 100644 index b0eba1246..000000000 --- a/src/core/resources/resources.pro +++ /dev/null @@ -1,5 +0,0 @@ -# This is a dummy .pro file used to prepare chromium .pak resource files. -# These files will then be bundled using the Qt Resource System. -TEMPLATE = aux - -system("python $$QTWEBENGINE_ROOT/tools/buildscripts/build_resources.py") -- cgit v1.2.3