summaryrefslogtreecommitdiffstats
path: root/resources
diff options
context:
space:
mode:
authorZeno Albisser <zeno.albisser@digia.com>2013-07-18 12:01:59 +0200
committerZeno Albisser <zeno.albisser@digia.com>2013-07-18 17:24:07 +0200
commit60ea7e1b4e6225885b85bb3dd368eeef4de6a31e (patch)
tree5dfcf9281d79f59d1f1eb4538e7bc1963f30c5e8 /resources
parente14f32db8374bec4dab395ecab3dced873283925 (diff)
Add a python script to generate the chromium .pak resource files.
This is necessary, because the pak files must be available when qmake checks for the dependencies for RESOURCES in lib.pro. Change-Id: Ia173c70746402b2fee09bfa035a9f8780e88cc94 Reviewed-by: Andras Becsi <andras.becsi@digia.com>
Diffstat (limited to 'resources')
-rw-r--r--resources/resources.pro7
1 files changed, 7 insertions, 0 deletions
diff --git a/resources/resources.pro b/resources/resources.pro
new file mode 100644
index 000000000..77d5077c2
--- /dev/null
+++ b/resources/resources.pro
@@ -0,0 +1,7 @@
+# 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 = subdirs
+
+system(python ../build/scripts/build_resources.py)
+
+