donate-cpu: Postpone usage of python.cfg after release 1.87

This commit is contained in:
amai2012 2019-02-04 13:07:57 +01:00
parent 00eb6185fa
commit d24c27c9f8
1 changed files with 3 additions and 2 deletions

View File

@ -226,8 +226,9 @@ def scanPackage(workPath, cppcheckPath, jobs):
libraries += ' --library=gtk'
if hasInclude('temp', ['<X11/', '<Xm/']):
libraries += ' --library=motif'
if hasInclude('temp', ['<Python.h>']):
libraries += ' --library=python'
# TODO: enable after release 1.87
# if hasInclude('temp', ['<Python.h>']):
# libraries += ' --library=python'
if hasInclude('temp', ['<QString>', '<QtWidgets>', '<QtGui/']):
libraries += ' --library=qt'
if hasInclude('temp', ['<wx/', '"wx/']):