summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@qt.io>2021-03-11 20:49:21 +0100
committerTopi Reiniƶ <topi.reinio@qt.io>2021-03-15 10:06:51 +0000
commit03de877ae8e9da3b2d7b06268a5a2c1156ee50ee (patch)
treebdaf2c50a8b6881a5fbe49962320f3a29f08e750 /src
parent2b605d7bb6f5a91bed0cbee338b5bf52b66fa88e (diff)
Enable documentation build on non-Windows platforms
Pick-to: 6.1 Task-number: QTBUG-91743 Change-Id: I278397bf26b8e11076530cb341420f72bda8a435 Reviewed-by: Paul Wicking <paul.wicking@qt.io> Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'src')
-rw-r--r--src/activeqt/doc/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/activeqt/doc/CMakeLists.txt b/src/activeqt/doc/CMakeLists.txt
new file mode 100644
index 0000000..ef28015
--- /dev/null
+++ b/src/activeqt/doc/CMakeLists.txt
@@ -0,0 +1,4 @@
+# special case skip regeneration
+
+add_library(ActiveQt INTERFACE)
+qt_internal_add_docs(ActiveQt activeqt.qdocconf)