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

15 lines
259 B
Prolog
Raw Normal View History

CONFIG += testcase
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
}