summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/widgets/qtextedit/CMakeLists.txt
blob: 719acd8dbc5dee18a69f9a3162ad0cdb97ffa673 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Generated from qtextedit.pro.

#####################################################################
## tst_qtextedit Test:
#####################################################################

# Collect test data
list(APPEND test_data "fullWidthSelection")

add_qt_test(tst_qtextedit
    SOURCES
        tst_qtextedit.cpp
    PUBLIC_LIBRARIES
        Qt::CorePrivate
        Qt::Gui
        Qt::GuiPrivate
        Qt::Widgets
        Qt::WidgetsPrivate
    TESTDATA ${test_data}
)

## Scopes:
#####################################################################

extend_target(tst_qtextedit CONDITION MACOS
    PUBLIC_LIBRARIES
        ${FWAppKit}
)