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

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

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

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

extend_target(tst_qlistview CONDITION WIN32 AND NOT WINRT
    PUBLIC_LIBRARIES
        user32
)