aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quickcontrols/controls/shared.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/quickcontrols/controls/shared.cmake')
-rw-r--r--tests/auto/quickcontrols/controls/shared.cmake12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/auto/quickcontrols/controls/shared.cmake b/tests/auto/quickcontrols/controls/shared.cmake
new file mode 100644
index 0000000000..ca62b88db6
--- /dev/null
+++ b/tests/auto/quickcontrols/controls/shared.cmake
@@ -0,0 +1,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"
+)