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/sql/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sql') diff --git a/src/sql/CMakeLists.txt b/src/sql/CMakeLists.txt index 6e729dffb7..966862eb39 100644 --- a/src/sql/CMakeLists.txt +++ b/src/sql/CMakeLists.txt @@ -51,7 +51,7 @@ extend_target(Sql CONDITION QT_FEATURE_sqlmodel models/qsqlrelationaltablemodel.cpp models/qsqlrelationaltablemodel.h models/qsqltablemodel.cpp models/qsqltablemodel.h models/qsqltablemodel_p.h ) -add_qt_docs(Sql, +add_qt_docs(Sql doc/qtsql.qdocconf ) -- cgit v1.2.3