From 655b2ed90caf17b47a8cf3670a41502d5b5abb2f Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Wed, 18 Sep 2019 10:40:13 +0200 Subject: Re-generate main module CMake files This fixes the calls to add_qt_docs to include the target. Change-Id: I2c4c807bca8faa48bb49f4b8710035f21abfca0e Reviewed-by: Alexandru Croitor --- src/concurrent/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/concurrent') diff --git a/src/concurrent/CMakeLists.txt b/src/concurrent/CMakeLists.txt index f330f10a1f..c745e1c71b 100644 --- a/src/concurrent/CMakeLists.txt +++ b/src/concurrent/CMakeLists.txt @@ -43,7 +43,7 @@ extend_target(Concurrent CONDITION MSVC AND (TEST_architecture_arch STREQUAL "i3 LINK_OPTIONS "/BASE:0x66000000" ) -add_qt_docs( +add_qt_docs(Concurrent, doc/qtconcurrent.qdocconf ) -- cgit v1.2.3