summaryrefslogtreecommitdiffstats
path: root/tests/auto/animation/animation.pro
diff options
context:
space:
mode:
authorSean Harmer <sean.harmer@kdab.com>2017-02-22 13:59:57 +0000
committerSean Harmer <sean.harmer@kdab.com>2017-02-24 20:41:40 +0000
commit28938073a228a38c2a5beccdb3357b5a8c172def (patch)
treed30c31310ce68fbdbc463e84225ecbac00f286db /tests/auto/animation/animation.pro
parentde28bb3aafdfc2dec80aa65cd426bf2b74718358 (diff)
Rename QAdditiveBlend -> QAdditiveClipBlend
Also rename backend type accordingly. Task-number: QTBUG-58903 Change-Id: Ia1ad670937487dd84768e79d8c2be59ed3b6d0a5 Reviewed-by: Kevin Ottens <kevin.ottens@kdab.com>
Diffstat (limited to 'tests/auto/animation/animation.pro')
-rw-r--r--tests/auto/animation/animation.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/animation/animation.pro b/tests/auto/animation/animation.pro
index e62c431d6..e756290f7 100644
--- a/tests/auto/animation/animation.pro
+++ b/tests/auto/animation/animation.pro
@@ -24,6 +24,6 @@ qtConfig(private_tests) {
clipblendnode \
lerpclipblend \
clipblendnodevisitor \
- qadditiveblend \
- additiveblend
+ qadditiveclipblend \
+ additiveclipblend
}