summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/graphicsview/qgraphicseffectsource/CMakeLists.txt
blob: 6becd124bf1626ea35e0813e1bd33fe48cc0a36c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Generated from qgraphicseffectsource.pro.

#####################################################################
## tst_qgraphicseffectsource Test:
#####################################################################

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