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:
parent
92ed274475
commit
a2db96e253
@ -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)
|
||||
|
@ -1,3 +0,0 @@
|
||||
# QTBUG-88505
|
||||
[qhighdpiscaling:96]
|
||||
android
|
Loading…
x
Reference in New Issue
Block a user