summaryrefslogtreecommitdiff
path: root/examples/svg/richtext/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'examples/svg/richtext/CMakeLists.txt')
-rw-r--r--examples/svg/richtext/CMakeLists.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/svg/richtext/CMakeLists.txt b/examples/svg/richtext/CMakeLists.txt
new file mode 100644
index 0000000..f0b57d2
--- /dev/null
+++ b/examples/svg/richtext/CMakeLists.txt
@@ -0,0 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: BSD-3-Clause
+
+if(TARGET Qt::Widgets)
+ qt_internal_add_example(textobject)
+endif()