aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmlprofiler/qmlprofiler.qbs
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2016-05-30 11:59:32 +0200
committerUlf Hermann <ulf.hermann@qt.io>2016-06-01 09:23:18 +0000
commit652846c5c7d083974a2fd31fa813575cd132408d (patch)
treec9fda0d02ad5081650d8a06ce6b4d7ad1d5c8848 /src/plugins/qmlprofiler/qmlprofiler.qbs
parent1fc9bcc025c6fcb14fab35330d85f145f89f0d8d (diff)
QmlProfiler: Add test for debug messages model
Change-Id: Ie6872646c09a89a417379a3e1f551526234ab26a Reviewed-by: Christian Kandeler <christian.kandeler@theqtcompany.com>
Diffstat (limited to 'src/plugins/qmlprofiler/qmlprofiler.qbs')
-rw-r--r--src/plugins/qmlprofiler/qmlprofiler.qbs9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/plugins/qmlprofiler/qmlprofiler.qbs b/src/plugins/qmlprofiler/qmlprofiler.qbs
index 69aa4ea0dc..9889f72fb4 100644
--- a/src/plugins/qmlprofiler/qmlprofiler.qbs
+++ b/src/plugins/qmlprofiler/qmlprofiler.qbs
@@ -71,4 +71,13 @@ QtcPlugin {
prefix: "qml/"
files: ["qmlprofiler.qrc"]
}
+
+ Group {
+ name: "Unit tests"
+ condition: project.testsEnabled
+ prefix: "tests/"
+ files: [
+ "debugmessagesmodel_test.cpp", "debugmessagesmodel_test.h",
+ ]
+ }
}