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

#####################################################################
## tst_qgraphicseffect Test:
#####################################################################

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