summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--non-puppet/qtmetrics2/testparser.pl10
1 files changed, 10 insertions, 0 deletions
diff --git a/non-puppet/qtmetrics2/testparser.pl b/non-puppet/qtmetrics2/testparser.pl
index d924c8d..b66928d 100644
--- a/non-puppet/qtmetrics2/testparser.pl
+++ b/non-puppet/qtmetrics2/testparser.pl
@@ -573,6 +573,16 @@ my %cfg_table = ("linux-g++_shadow-build_Ubuntu_11.10_x86" => { 'host_os' => 'li
'target_compiler' => 'msvc',
'feature' => 'developer-build, qtnamespace',
},
+ "win64-msvc2015_developer-build_qtnamespace_Windows_10" => { 'host_os' => 'windows',
+ 'host_version' => 'Windows_10',
+ 'host_arch' => 'x86_64',
+ 'host_compiler' => 'msvc',
+ 'target_os' => 'windows',
+ 'target_version' => 'Windows_10',
+ 'target_architecture' => 'x86_64',
+ 'target_compiler' => 'msvc',
+ 'feature' => 'developer-build, qtnamespace',
+ },
"wince70embedded-armv4i-msvc2008_Windows_7" => { 'host_os' => 'windows',
'host_version' => 'Windows_7',
'host_arch' => 'x86',