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/dbus/.prev_CMakeLists.txt | 2 +- src/dbus/CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/dbus') diff --git a/src/dbus/.prev_CMakeLists.txt b/src/dbus/.prev_CMakeLists.txt index aee116ffa7..851058b297 100644 --- a/src/dbus/.prev_CMakeLists.txt +++ b/src/dbus/.prev_CMakeLists.txt @@ -69,7 +69,7 @@ extend_target(DBus CONDITION WIN32 user32 ws2_32 ) -add_qt_docs( +add_qt_docs(DBus, doc/qtdbus.qdocconf ) diff --git a/src/dbus/CMakeLists.txt b/src/dbus/CMakeLists.txt index fdfbb485ab..ec2a7787fd 100644 --- a/src/dbus/CMakeLists.txt +++ b/src/dbus/CMakeLists.txt @@ -72,7 +72,7 @@ extend_target(DBus CONDITION WIN32 user32 ws2_32 ) -add_qt_docs( +add_qt_docs(DBus, doc/qtdbus.qdocconf ) -- cgit v1.2.3