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

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

SOURCES  += tst_qfontdialog.cpp

mac:!qpa {
    OBJECTIVE_SOURCES += tst_qfontdialog_mac_helpers.mm
    LIBS += -framework Cocoa
}