summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/dialogs/qfontdialog/qfontdialog.pro
blob: dc1702971e7a3a0fbe1756f9878e8a1e5c7bc34e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
CONFIG += testcase
CONFIG += parallel_test
TARGET = tst_qfontdialog

QT += widgets widgets-private testlib
QT += core-private gui-private

SOURCES  += tst_qfontdialog.cpp

RESOURCES += testfonts.qrc

mac {
#    ### fixme
#    OBJECTIVE_SOURCES += tst_qfontdialog_mac_helpers.mm
#    LIBS += -framework Cocoa
}