Fix typo
This commit is contained in:
parent
89a5eb36ad
commit
74f3e4cce2
|
@ -226,7 +226,7 @@ def scanPackage(workPath, cppcheck, jobs):
|
|||
libraries += ' --library=gtk'
|
||||
if hasInclude('temp', ['<X11/', '<Xm/']):
|
||||
libraries += ' --library=motif'
|
||||
if hasInclude('temp', ['<P<ython.h>']):
|
||||
if hasInclude('temp', ['<Python.h>']):
|
||||
libraries += ' --library=python'
|
||||
if hasInclude('temp', ['<QString>', '<QtWidgets>', '<QtGui/']):
|
||||
libraries += ' --library=qt'
|
||||
|
|
Loading…
Reference in New Issue