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'
|
libraries += ' --library=gtk'
|
||||||
if hasInclude('temp', ['<X11/', '<Xm/']):
|
if hasInclude('temp', ['<X11/', '<Xm/']):
|
||||||
libraries += ' --library=motif'
|
libraries += ' --library=motif'
|
||||||
if hasInclude('temp', ['<Python.h>']):
|
# TODO: enable after release 1.87
|
||||||
libraries += ' --library=python'
|
# if hasInclude('temp', ['<Python.h>']):
|
||||||
|
# libraries += ' --library=python'
|
||||||
if hasInclude('temp', ['<QString>', '<QtWidgets>', '<QtGui/']):
|
if hasInclude('temp', ['<QString>', '<QtWidgets>', '<QtGui/']):
|
||||||
libraries += ' --library=qt'
|
libraries += ' --library=qt'
|
||||||
if hasInclude('temp', ['<wx/', '"wx/']):
|
if hasInclude('temp', ['<wx/', '"wx/']):
|
||||||
|
|
Loading…
Reference in New Issue