helper.py: document extra parameter

Change-Id: Ib21a682af70a6f46fc4b1c779f3d462193209cce
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
This commit is contained in:
Mitch Curtis 2020-08-13 10:11:55 +02:00
parent 048debe8f9
commit 349f969cbc

View File

@ -50,6 +50,7 @@ class LibraryMapping:
self.packageName = packageName
self.resultVariable = resultVariable
self.appendFoundSuffix = appendFoundSuffix
# Allows passing addiitonal arguments to the generated find_package call.
self.extra = extra
self.targetName = targetName