qbs build: Do not build the translations by default

Fixes: QTCREATORBUG-27324
Change-Id: Iba2e6b3b211ba7cb6de5e18e67f36d1f4165e23f
Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
This commit is contained in:
Christian Kandeler
2022-04-05 13:44:22 +02:00
parent b8144e0c51
commit b404852cb1

View File

@@ -3,6 +3,8 @@ import qbs 1.0
Product {
name: "Translations"
type: "qm"
builtByDefault: false
Depends { name: "Qt.core" }
Depends { name: "qtc" }