summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/text/qtextdocument/CMakeLists.txt
blob: 7ea22d3fb0faaee4e8c44237544b4c4001e555d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Generated from qtextdocument.pro.

#####################################################################
## tst_qtextdocument Test:
#####################################################################

add_qt_test(tst_qtextdocument
    SOURCES
        common.h
        tst_qtextdocument.cpp
    PUBLIC_LIBRARIES
        Qt::CorePrivate
        Qt::Gui
        Qt::GuiPrivate
        Qt::Xml
)