Skip tst_qhighdpi when offscreen is not built

Android and Wasm do not build the offscreen platform
plugin (see src/plugins/platforms/CMakeLists.txt).

Skip building the tst_qhighdpi test as well in this
case. Remove the BLACKLIST entry.

Task-number: QTBUG-88505
Change-Id: I172198c8c24759b14f73ad07260c449fc6ab893f
Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
This commit is contained in:
Morten Johan Sørvig 2021-01-05 14:00:15 +01:00
parent 92ed274475
commit a2db96e253
2 changed files with 3 additions and 4 deletions

View File

@ -11,7 +11,9 @@ add_subdirectory(qevent)
add_subdirectory(qfileopenevent)
add_subdirectory(qguieventdispatcher)
add_subdirectory(qguitimer)
add_subdirectory(qhighdpi)
if(NOT ANDROID AND NOT WASM)
add_subdirectory(qhighdpi)
endif()
add_subdirectory(qinputdevice)
add_subdirectory(qinputmethod)
add_subdirectory(qkeyevent)

View File

@ -1,3 +0,0 @@
# QTBUG-88505
[qhighdpiscaling:96]
android