04d0a9626c
Conflicts: src/gui/kernel/qapplication_qpa.cpp src/gui/kernel/qcursor_qpa.cpp src/gui/kernel/qwindowsysteminterface_qpa.cpp src/gui/kernel/qwindowsysteminterface_qpa.h src/gui/kernel/qwindowsysteminterface_qpa_p.h src/gui/text/qtextcontrol.cpp src/plugins/platforms/wayland/wayland.pro src/widgets/accessible/qaccessible2.h src/widgets/widgets/qwidgetlinecontrol_p.h Change-Id: I5e6f4eb184159dccc67e8f13673edb884d179c74
10 lines
241 B
Prolog
10 lines
241 B
Prolog
load(qttest_p4)
|
|
|
|
QT += widgets widgets-private
|
|
QT += core-private gui-private
|
|
|
|
TARGET.EPOCHEAPSIZE = 0x200000 0x800000
|
|
SOURCES += tst_qtableview.cpp
|
|
|
|
contains(QT_CONFIG,xcb):qpa:CONFIG+=insignificant_test # QTBUG-20756 crashes on qpa, xcb
|