Activate tst_qmessagebox for Android

tst_qmessagebox was disabled because it crashed.
It does not any more. Now it hangs, which
is a new problem.

Fixes: QTBUG-87671
Task-number: QTBUG-101217
Pick-to: 6.2 6.3
Change-Id: Iec15cf82a4112ee79182ec091622e40147bd3e7f
Reviewed-by: Ivan Solovev <ivan.solovev@qt.io>
This commit is contained in:
Andreas Buhr 2022-02-22 14:41:50 +01:00
parent a5db072dc2
commit ea6f556186

View File

@ -9,7 +9,7 @@ add_subdirectory(qinputdialog)
add_subdirectory(qprogressdialog)
add_subdirectory(qwizard)
add_subdirectory(qfiledialog)
# QTBUG-87671 # special case
# QTBUG-101217, qmessagebox hangs on Android
if(NOT ANDROID)
add_subdirectory(qmessagebox)
endif()