donate-cpu: Postpone usage of python.cfg after release 1.87
This commit is contained in:
parent
00eb6185fa
commit
d24c27c9f8
|
@ -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/']):
|
||||
|
|
Loading…
Reference in New Issue