summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/painting/qcolortransform/CMakeLists.txt
blob: a1fae19655fcabebdba1f8bff679edf54f858db1 (plain)
1
2
3
4
5
6
7
8
9
10
11
#####################################################################
## tst_qcolortransform Test:
#####################################################################

qt_internal_add_test(tst_qcolortransform
    SOURCES
        tst_qcolortransform.cpp
    LIBRARIES
        Qt::Gui
        Qt::GuiPrivate
)