2011-04-27 10:05:43 +00:00
|
|
|
load(qttest_p4)
|
2011-05-11 04:02:54 +00:00
|
|
|
|
2011-05-23 14:49:06 +00:00
|
|
|
QT += widgets widgets-private
|
2011-05-11 04:02:54 +00:00
|
|
|
QT += core-private gui-private
|
|
|
|
|
2011-04-27 10:05:43 +00:00
|
|
|
SOURCES += tst_qfontdialog.cpp
|
|
|
|
|
2011-06-21 07:36:13 +00:00
|
|
|
mac:!qpa {
|
2011-04-27 10:05:43 +00:00
|
|
|
OBJECTIVE_SOURCES += tst_qfontdialog_mac_helpers.mm
|
|
|
|
LIBS += -framework Cocoa
|
|
|
|
}
|
2011-08-05 01:56:45 +00:00
|
|
|
|
|
|
|
contains(QT_CONFIG,xcb):qpa:CONFIG+=insignificant_test # QTBUG-20756 crashes on qpa, xcb
|