Fix add_qt_docs calls
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 <marten.nordheim@qt.io>
This commit is contained in:
parent
2214be5e5a
commit
ceb2937498
@ -43,7 +43,7 @@ extend_target(Concurrent CONDITION MSVC AND (TEST_architecture_arch STREQUAL "i3
|
|||||||
LINK_OPTIONS
|
LINK_OPTIONS
|
||||||
"/BASE:0x66000000"
|
"/BASE:0x66000000"
|
||||||
)
|
)
|
||||||
add_qt_docs(Concurrent,
|
add_qt_docs(Concurrent
|
||||||
doc/qtconcurrent.qdocconf
|
doc/qtconcurrent.qdocconf
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -1119,7 +1119,7 @@ endif()
|
|||||||
# special case end
|
# special case end
|
||||||
|
|
||||||
qt_create_tracepoints(Core qtcore.tracepoints)
|
qt_create_tracepoints(Core qtcore.tracepoints)
|
||||||
add_qt_docs(Core,
|
add_qt_docs(Core
|
||||||
doc/qtcore.qdocconf
|
doc/qtcore.qdocconf
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -72,7 +72,7 @@ extend_target(DBus CONDITION WIN32
|
|||||||
user32
|
user32
|
||||||
ws2_32
|
ws2_32
|
||||||
)
|
)
|
||||||
add_qt_docs(DBus,
|
add_qt_docs(DBus
|
||||||
doc/qtdbus.qdocconf
|
doc/qtdbus.qdocconf
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -743,7 +743,7 @@ extend_target(Gui CONDITION WASM
|
|||||||
)
|
)
|
||||||
|
|
||||||
qt_create_tracepoints(Gui qtgui.tracepoints)
|
qt_create_tracepoints(Gui qtgui.tracepoints)
|
||||||
add_qt_docs(Gui,
|
add_qt_docs(Gui
|
||||||
doc/qtgui.qdocconf
|
doc/qtgui.qdocconf
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -449,7 +449,7 @@ extend_target(Network CONDITION QT_FEATURE_openssl AND QT_FEATURE_ssl AND WIN32
|
|||||||
|
|
||||||
extend_target(Network CONDITION WIN32 PUBLIC_LIBRARIES ws2_32) # special case: mkspecs/common/msvc-desktop.conf
|
extend_target(Network CONDITION WIN32 PUBLIC_LIBRARIES ws2_32) # special case: mkspecs/common/msvc-desktop.conf
|
||||||
|
|
||||||
add_qt_docs(Network,
|
add_qt_docs(Network
|
||||||
doc/qtnetwork.qdocconf
|
doc/qtnetwork.qdocconf
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -54,7 +54,7 @@ extend_target(OpenGL CONDITION QT_FEATURE_graphicseffect
|
|||||||
SOURCES
|
SOURCES
|
||||||
qgraphicsshadereffect.cpp qgraphicsshadereffect_p.h
|
qgraphicsshadereffect.cpp qgraphicsshadereffect_p.h
|
||||||
)
|
)
|
||||||
add_qt_docs(OpenGL,
|
add_qt_docs(OpenGL
|
||||||
doc/qtopengl.qdocconf
|
doc/qtopengl.qdocconf
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -8,7 +8,7 @@ add_qt_module(PlatformHeaders)
|
|||||||
|
|
||||||
extend_target(PlatformHeaders CONDITION APPLE SOURCES cocoafunctions/qcocoawindowfunctions.h)
|
extend_target(PlatformHeaders CONDITION APPLE SOURCES cocoafunctions/qcocoawindowfunctions.h)
|
||||||
|
|
||||||
add_qt_docs(
|
add_qt_docs(PlatformHeaders
|
||||||
doc/qtplatformheaders.qdocconf
|
doc/qtplatformheaders.qdocconf
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -171,7 +171,7 @@ extend_target(PrintSupport CONDITION QT_FEATURE_printpreviewdialog
|
|||||||
SOURCES
|
SOURCES
|
||||||
dialogs/qprintpreviewdialog.cpp dialogs/qprintpreviewdialog.h
|
dialogs/qprintpreviewdialog.cpp dialogs/qprintpreviewdialog.h
|
||||||
)
|
)
|
||||||
add_qt_docs(PrintSupport,
|
add_qt_docs(PrintSupport
|
||||||
doc/qtprintsupport.qdocconf
|
doc/qtprintsupport.qdocconf
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -51,7 +51,7 @@ extend_target(Sql CONDITION QT_FEATURE_sqlmodel
|
|||||||
models/qsqlrelationaltablemodel.cpp models/qsqlrelationaltablemodel.h
|
models/qsqlrelationaltablemodel.cpp models/qsqlrelationaltablemodel.h
|
||||||
models/qsqltablemodel.cpp models/qsqltablemodel.h models/qsqltablemodel_p.h
|
models/qsqltablemodel.cpp models/qsqltablemodel.h models/qsqltablemodel_p.h
|
||||||
)
|
)
|
||||||
add_qt_docs(Sql,
|
add_qt_docs(Sql
|
||||||
doc/qtsql.qdocconf
|
doc/qtsql.qdocconf
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -127,7 +127,7 @@ extend_target(Test CONDITION APPLE_OSX
|
|||||||
|
|
||||||
#### Keys ignored in scope 12:.:.:testlib.pro:NOT TARGET Qt::Network:
|
#### Keys ignored in scope 12:.:.:testlib.pro:NOT TARGET Qt::Network:
|
||||||
# HEADERSCLEAN_EXCLUDE = "qtest_network.h"
|
# HEADERSCLEAN_EXCLUDE = "qtest_network.h"
|
||||||
add_qt_docs(Test,
|
add_qt_docs(Test
|
||||||
doc/qttestlib.qdocconf
|
doc/qttestlib.qdocconf
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -839,7 +839,7 @@ extend_target(Widgets CONDITION QT_FEATURE_qeventtransition
|
|||||||
|
|
||||||
|
|
||||||
qt_create_tracepoints(Widgets qtwidgets.tracepoints)
|
qt_create_tracepoints(Widgets qtwidgets.tracepoints)
|
||||||
add_qt_docs(Widgets,
|
add_qt_docs(Widgets
|
||||||
doc/qtwidgets.qdocconf
|
doc/qtwidgets.qdocconf
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -28,7 +28,7 @@ extend_target(Xml CONDITION MSVC AND (TEST_architecture_arch STREQUAL "i386")
|
|||||||
LINK_OPTIONS
|
LINK_OPTIONS
|
||||||
"/BASE:0x61000000"
|
"/BASE:0x61000000"
|
||||||
)
|
)
|
||||||
add_qt_docs(Xml,
|
add_qt_docs(Xml
|
||||||
doc/qtxml.qdocconf
|
doc/qtxml.qdocconf
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -2736,7 +2736,7 @@ def handle_app_or_lib(
|
|||||||
|
|
||||||
# ind = spaces(indent)
|
# ind = spaces(indent)
|
||||||
write_source_file_list(
|
write_source_file_list(
|
||||||
cm_fh, scope, "", ["QMAKE_DOCS"], indent, header=f"add_qt_docs({target},\n", footer=")\n"
|
cm_fh, scope, "", ["QMAKE_DOCS"], indent, header=f"add_qt_docs({target}\n", footer=")\n"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user