Timeline: Fix qbs build.

Change-Id: If28191975c4290eb364e2b2849cf2b9e3daa6c13
Reviewed-by: Ulf Hermann <ulf.hermann@theqtcompany.com>
This commit is contained in:
Christian Kandeler
2015-05-19 09:14:46 +02:00
parent 2105115fdf
commit de133ee89c

View File

@@ -3,11 +3,11 @@ import QtcFunctions
import "../timelineautotest.qbs" as TimelineAutotest
TimelineAutotest {
name: "TimelineRenderPass autotest"
name: "TimelineRenderState autotest"
Group {
name: "Test sources"
files: [
"tst_timelinerenderpass.cpp"
"tst_timelinerenderstate.cpp"
]
}
}