Windows: Remove configure test for theme library uxtheme

The library should be present on all supported platforms.

Change-Id: Ib1d55a1a296b4f70978e71d5fda9fa6def6c3930
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
This commit is contained in:
Friedemann Kleint 2019-11-28 15:51:09 +01:00
parent cd200ad7ae
commit 02fb4e8f0d

View File

@ -26,14 +26,6 @@
}
},
"tests": {
"uxtheme": {
"label": "uxtheme.h",
"type": "files",
"files": [ "uxtheme.h" ]
}
},
"features": {
"gtk3": {
"label": "GTK+",
@ -56,7 +48,7 @@
},
"style-windowsvista": {
"label": "WindowsVista",
"condition": "features.style-windows && features.animation && config.win32 && !config.winrt && tests.uxtheme",
"condition": "features.style-windows && features.animation && config.win32 && !config.winrt",
"output": [ "privateFeature", "styles" ]
},
"style-android": {