f9ae26acf2
Several autotests were assuming that Q_OS_MAC == Mac cocoa port, which caused compile failures when QPA is used. Change-Id: I4480ed815c15b6d9ce83edf0057b7293f2e3ad7e Reviewed-on: http://codereview.qt.nokia.com/533 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Morten Johan Sørvig <morten.sorvig@nokia.com>
11 lines
180 B
Prolog
11 lines
180 B
Prolog
load(qttest_p4)
|
|
|
|
QT += core-private gui-private
|
|
|
|
SOURCES += tst_qfontdialog.cpp
|
|
|
|
mac:!qpa {
|
|
OBJECTIVE_SOURCES += tst_qfontdialog_mac_helpers.mm
|
|
LIBS += -framework Cocoa
|
|
}
|