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

#####################################################################
## tst_qtextcursor Test:
#####################################################################

add_qt_test(tst_qtextcursor
    SOURCES
        tst_qtextcursor.cpp
    LIBRARIES
        Qt::CorePrivate
        Qt::GuiPrivate
    PUBLIC_LIBRARIES
        Qt::Gui
)