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>bb10
parent
a5db072dc2
commit
ea6f556186
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in New Issue