Fix a typo in a comment
Change-Id: I3ff1bd0d00fd56fa980bc86f71c557f8f833cb45 Reviewed-by: Luca Di Sera <luca.disera@qt.io> Reviewed-by: Paul Wicking <paul.wicking@qt.io>
This commit is contained in:
parent
dd0eb89d2e
commit
e8d6accb93
@ -28,7 +28,7 @@ function(qt_internal_add_docs)
|
|||||||
set(target ${ARGV0})
|
set(target ${ARGV0})
|
||||||
set(doc_project ${ARGV1})
|
set(doc_project ${ARGV1})
|
||||||
|
|
||||||
# If a target is not built (which can happen for tools when crosscompiling, we shouldn't try
|
# If a target is not built (which can happen for tools when crosscompiling), we shouldn't try
|
||||||
# to generate docs.
|
# to generate docs.
|
||||||
if(NOT TARGET "${target}")
|
if(NOT TARGET "${target}")
|
||||||
return()
|
return()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user