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

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

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