summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/itemviews/qitemdelegate/CMakeLists.txt
blob: af1bac9ff025bc27525d9491d250b71dc8238e74 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Generated from qitemdelegate.pro.

#####################################################################
## tst_qitemdelegate Test:
#####################################################################

add_qt_test(tst_qitemdelegate
    SOURCES
        tst_qitemdelegate.cpp
    PUBLIC_LIBRARIES
        Qt::Gui
        Qt::Widgets
        Qt::WidgetsPrivate
)

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

extend_target(tst_qitemdelegate CONDITION WIN32 AND NOT WINRT
    PUBLIC_LIBRARIES
        user32
)