summaryrefslogtreecommitdiffstats
path: root/src/imageformats/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/imageformats/CMakeLists.txt')
-rw-r--r--src/imageformats/CMakeLists.txt8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/imageformats/CMakeLists.txt b/src/imageformats/CMakeLists.txt
index 989075a..6315170 100644
--- a/src/imageformats/CMakeLists.txt
+++ b/src/imageformats/CMakeLists.txt
@@ -1,2 +1,8 @@
-# Generated from imageformats.pro.
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: BSD-3-Clause
+
+add_library(ImageFormats INTERFACE)
+qt_internal_add_docs(ImageFormats
+ doc/qtimageformats.qdocconf
+)