aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickimageprovider/CMakeLists.txt
blob: 80826d35fcd4ab2185bdcc6c1f41effde5d123e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Generated from qquickimageprovider.pro.

#####################################################################
## tst_qquickimageprovider Test:
#####################################################################

qt_add_test(tst_qquickimageprovider
    SOURCES
        tst_qquickimageprovider.cpp
    LIBRARIES
        Qt::CorePrivate
        Qt::GuiPrivate
        Qt::QmlPrivate
        Qt::QuickPrivate
    PUBLIC_LIBRARIES
        Qt::Gui
        Qt::Network
        Qt::Qml
        Qt::Quick
)

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