qt5base-lts/tests/auto/widgets/dialogs/qfontdialog/qfontdialog.pro

16 lines
283 B
Prolog
Raw Normal View History

CONFIG += testcase
CONFIG += parallel_test
TARGET = tst_qfontdialog
QT += widgets widgets-private testlib
QT += core-private gui-private
SOURCES += tst_qfontdialog.cpp
mac {
# ### fixme
# OBJECTIVE_SOURCES += tst_qfontdialog_mac_helpers.mm
# LIBS += -framework Cocoa
}