summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/itemviews/qlistview/CMakeLists.txt
blob: 6e14ba5c99dcf2ab97336a23037a57d209a987a9 (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
# Generated from qlistview.pro.

#####################################################################
## tst_qlistview Test:
#####################################################################

add_qt_test(tst_qlistview
    SOURCES
        tst_qlistview.cpp
    PUBLIC_LIBRARIES
        Qt::CorePrivate
        Qt::Gui
        Qt::GuiPrivate
        Qt::TestPrivate
        Qt::Widgets
        Qt::WidgetsPrivate
)

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

extend_target(tst_qlistview CONDITION WIN32
    PUBLIC_LIBRARIES
        user32
)