summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/itemviews/qlistview/CMakeLists.txt
blob: 07c290128e537a5b49d86c084ef2ced9d66f501d (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 AND NOT WINRT
    PUBLIC_LIBRARIES
        user32
)