unbreak direct2d test

amends c0cc5052.

Change-Id: Icdf157d0711d9de85b108ab2ff1da0e1fc2e4a9d
Reviewed-by: Lars Knoll <lars.knoll@qt.io>
This commit is contained in:
Oswald Buddenhagen 2016-10-10 18:51:33 +02:00 committed by Lars Knoll
parent dee8b4d6b1
commit 5c652cb6aa

View File

@ -54,6 +54,14 @@
"-lbcm_host"
]
},
"direct2d": {
"label": "Direct 2D",
"export": "",
"test": "qpa/direct2d",
"sources": [
"-ld2d1 -ldwrite -ld3d11"
]
},
"directfb": {
"label": "DirectFB",
"test": "qpa/directfb",
@ -294,12 +302,6 @@
},
"tests": {
"direct2d": {
"label": "Direct 2D",
"type": "compile",
"test": "qpa/direct2d",
"use": "direct2d"
},
"directwrite2": {
"label": "DirectWrite 2",
"type": "compile",
@ -442,7 +444,7 @@
"direct2d": {
"label": "Direct 2D",
"autoDetect": false,
"condition": "tests.direct2d",
"condition": "config.win32 && libs.direct2d",
"output": [ "privateFeature" ]
},
"evdev": {