aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickdrag/CMakeLists.txt
blob: cb4e82a73e106e3e6a12591c9b0534444bdb9933 (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 qquickdrag.pro.

#####################################################################
## tst_qquickdrag Test:
#####################################################################

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

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