fix error message about bad qt modules
the variable name is a function parameter now Change-Id: I46f3ce37c157312e7f70291a0cef2d666d50664c Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
This commit is contained in:
parent
fb3c850581
commit
ff13798708
@ -148,7 +148,7 @@ defineTest(qtAddModules) {
|
||||
|
||||
qtAddModule($$QTLIB, $$eval(QT.$${QTLIB}.want_private), $$2)
|
||||
}
|
||||
!isEmpty(BAD_QT):error("Unknown module(s) in QT: $$BAD_QT")
|
||||
!isEmpty(BAD_QT):error("Unknown module(s) in $$1: $$BAD_QT")
|
||||
|
||||
export(using_privates)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user