aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorJake Petroules <jake.petroules@petroules.com>2014-06-02 11:46:51 -0400
committerJake Petroules <jake.petroules@petroules.com>2014-06-02 17:56:38 +0200
commit1906d193400be094abea2de1b596b95b5767a88c (patch)
tree2169fa7b1991615a4440843cfef747f3a7eb9564 /tests
parent96d09509e46b2c15b646b81725bdc6ec18118283 (diff)
Fix the ability to use WiX localizations.
Task-number: QBS-604 Change-Id: I028193ad6c5e0bfb4755290ffcd48fe108f6d2b1 Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/blackbox/testdata/wix/WiXInstallers.qbs2
-rw-r--r--tests/auto/blackbox/testdata/wix/de.wxl1
2 files changed, 2 insertions, 1 deletions
diff --git a/tests/auto/blackbox/testdata/wix/WiXInstallers.qbs b/tests/auto/blackbox/testdata/wix/WiXInstallers.qbs
index 4fa24f5e7..88f50733d 100644
--- a/tests/auto/blackbox/testdata/wix/WiXInstallers.qbs
+++ b/tests/auto/blackbox/testdata/wix/WiXInstallers.qbs
@@ -18,7 +18,7 @@ Project {
WindowsInstallerPackage {
name: "RegressionBuster9000"
- files: ["QbsSetup.wxs", "Qt.wxs"]
+ files: ["QbsSetup.wxs", "Qt.wxs", "de.wxl"]
wix.defines: ["scriptName=ExampleScript.bat"]
wix.cultures: []
}
diff --git a/tests/auto/blackbox/testdata/wix/de.wxl b/tests/auto/blackbox/testdata/wix/de.wxl
new file mode 100644
index 000000000..75394cfdd
--- /dev/null
+++ b/tests/auto/blackbox/testdata/wix/de.wxl
@@ -0,0 +1 @@
+<WixLocalization xmlns="http://schemas.microsoft.com/wix/2006/localization"/>