summaryrefslogtreecommitdiff
path: root/plugins/autotest/autotest.qbs
diff options
context:
space:
mode:
authorChristian Stenger <christian.stenger@theqtcompany.com>2015-05-13 16:07:31 +0200
committerChristian Stenger <christian.stenger@theqtcompany.com>2015-06-12 13:15:53 +0300
commit4605814c1d48f31fd150f32c2687596aeb3cb74e (patch)
treee5a740eac23f861482df44824dd63a628b736d93 /plugins/autotest/autotest.qbs
parent9d4509540b7a67fcb4f4087708eb207164bdee5f (diff)
downloadqt-creator-4605814c1d48f31fd150f32c2687596aeb3cb74e.tar.gz
Parse Squish's XML output and put it on results pane
Change-Id: I5206a30f11b96bd0ab1a3a360b8f5e8fec0fe5f1 Reviewed-by: Riitta-Leena Miettinen <riitta-leena.miettinen@theqtcompany.com> Reviewed-by: Robert Loehning <robert.loehning@theqtcompany.com>
Diffstat (limited to 'plugins/autotest/autotest.qbs')
-rw-r--r--plugins/autotest/autotest.qbs4
1 files changed, 3 insertions, 1 deletions
diff --git a/plugins/autotest/autotest.qbs b/plugins/autotest/autotest.qbs
index faf80f0484..18f76116ec 100644
--- a/plugins/autotest/autotest.qbs
+++ b/plugins/autotest/autotest.qbs
@@ -79,7 +79,9 @@ QtcPlugin {
"testsquishutils.cpp",
"testsquishutils.h",
"testsquishtools.cpp",
- "testsquishtools.h"
+ "testsquishtools.h",
+ "squishxmloutputhandler.cpp",
+ "squishxmloutputhandler.h"
]
Group {