summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/dialogs/qfontdialog/CMakeLists.txt
blob: 099fee7a51cf9c57c402df853c1b049878c844ef (plain)
1
2
3
4
5
6
7
8
9
add_qt_test("tst_qfontdialog"
    SOURCES
        testfonts.qrc
        tst_qfontdialog.cpp
    LIBRARIES
        Qt::WidgetsPrivate
        Qt::CorePrivate
        Qt::GuiPrivate
)