summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/painting/qcolortransform/CMakeLists.txt
blob: 64901eef9f8a07a1c10dd034f502c2eda3f3996b (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
    PUBLIC_LIBRARIES
        Qt::Gui
        Qt::GuiPrivate
)