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
14 lines
301 B
Prolog
14 lines
301 B
Prolog
load(qttest_p4)
|
|
|
|
QT += widgets widgets-private
|
|
QT += core-private gui-private
|
|
|
|
SOURCES += tst_qfontdialog.cpp
|
|
|
|
mac:!qpa {
|
|
OBJECTIVE_SOURCES += tst_qfontdialog_mac_helpers.mm
|
|
LIBS += -framework Cocoa
|
|
}
|
|
|
|
contains(QT_CONFIG,xcb):qpa:CONFIG+=insignificant_test # QTBUG-20756 crashes on qpa, xcb
|