aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quickcontrols/controls/shared.cmake
blob: ca62b88db65306741c023779f967f502af451310 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Copyright (C) 2024 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause

qt6_add_shaders(${test_target} "${test_target}_shaders"
    BATCHABLE
    PREFIX
        "/"
    BASE
        "../"
    FILES
        "../data/combobox/shader.frag"
)