blob: 320d6ee3b57fa97cc2e39f783788d52cf0b9c630 [file] [log] [blame]
CONFIG += testcase
TARGET = tst_qfontdialog
QT += widgets widgets-private testlib
QT += core-private gui-private
SOURCES += tst_qfontdialog.cpp
RESOURCES += testfonts.qrc
osx {
# ### fixme
# OBJECTIVE_SOURCES += tst_qfontdialog_mac_helpers.mm
# LIBS += -framework AppKit
}