This commit is contained in:
amai2012 2019-02-03 21:27:47 +01:00
parent 89a5eb36ad
commit 74f3e4cce2
1 changed files with 1 additions and 1 deletions

View File

@ -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'