aboutsummaryrefslogtreecommitdiffstats
path: root/build_scripts/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'build_scripts/__init__.py')
-rw-r--r--build_scripts/__init__.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/build_scripts/__init__.py b/build_scripts/__init__.py
index 6ab4c90c8..c99affd0e 100644
--- a/build_scripts/__init__.py
+++ b/build_scripts/__init__.py
@@ -29,7 +29,8 @@ PYSIDE_LINUX_BIN_TOOLS = PYSIDE_UNIX_BIN_TOOLS + PYSIDE_UNIX_BUNDLED_TOOLS
PYSIDE_UNIX_LIBEXEC_TOOLS = ["uic",
"rcc",
"qmltyperegistrar",
- "qmlimportscanner"]
+ "qmlimportscanner",
+ "qmlcachegen"]
# all Qt tools are in 'bin' folder in Windows
PYSIDE_WINDOWS_BIN_TOOLS = PYSIDE_UNIX_LIBEXEC_TOOLS + PYSIDE_LINUX_BIN_TOOLS