Files
qt5.12.8/tests/auto/widgets/dialogs/qfontdialog/qfontdialog.pro
2025-08-26 22:57:23 +08:00

17 lines
288 B
Prolog

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
}