aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmlprofiler/qmlprofiler.qbs
diff options
context:
space:
mode:
authorUlf Hermann <ulf.hermann@qt.io>2016-06-06 15:41:16 +0200
committerUlf Hermann <ulf.hermann@qt.io>2016-06-08 08:54:41 +0000
commit287217d5bfcb3d49ab2c1c444c0837dcaf95327e (patch)
tree922cc1523b74663063776239501dc372dd9f9c6e /src/plugins/qmlprofiler/qmlprofiler.qbs
parent85b5810f9c660051a0f554735afe7f67143d4c62 (diff)
QmlProfiler: Add tests for QmlEvent
Change-Id: I9933d6b6225becc66f954f9d00d2ae7091d0bbb1 Reviewed-by: Christian Kandeler <christian.kandeler@theqtcompany.com>
Diffstat (limited to 'src/plugins/qmlprofiler/qmlprofiler.qbs')
-rw-r--r--src/plugins/qmlprofiler/qmlprofiler.qbs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/qmlprofiler/qmlprofiler.qbs b/src/plugins/qmlprofiler/qmlprofiler.qbs
index ff6db347b5..7f56bd7091 100644
--- a/src/plugins/qmlprofiler/qmlprofiler.qbs
+++ b/src/plugins/qmlprofiler/qmlprofiler.qbs
@@ -85,6 +85,7 @@ QtcPlugin {
"localqmlprofilerrunner_test.cpp", "localqmlprofilerrunner_test.h",
"memoryusagemodel_test.cpp", "memoryusagemodel_test.h",
"pixmapcachemodel_test.cpp", "pixmapcachemodel_test.h",
+ "qmlevent_test.cpp", "qmlevent_test.h",
]
}
}