From ceb29374983456e95c64b31f12d1386729d4bb1d Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Thu, 19 Sep 2019 09:34:46 +0200 Subject: Fix add_qt_docs calls MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Brown paper bag for me, don't use a comma to separate parameters when calling a function. Change-Id: I21e16142fab4fd1c2714df13cd6a892b036e899a Reviewed-by: MÃ¥rten Nordheim --- src/gui/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/CMakeLists.txt') diff --git a/src/gui/CMakeLists.txt b/src/gui/CMakeLists.txt index db987ac28e..26261eb71d 100644 --- a/src/gui/CMakeLists.txt +++ b/src/gui/CMakeLists.txt @@ -743,7 +743,7 @@ extend_target(Gui CONDITION WASM ) qt_create_tracepoints(Gui qtgui.tracepoints) -add_qt_docs(Gui, +add_qt_docs(Gui doc/qtgui.qdocconf ) -- cgit v1.2.3