donate_cpu_lib.py: Improved detection of Qt headers: added <Qtest> detection.
This commit is contained in:
parent
3346bf70a5
commit
1886a43f98
|
@ -474,7 +474,7 @@ def get_libraries():
|
|||
'openmp': ['<omp.h>'],
|
||||
'openssl': ['<openssl/'],
|
||||
'python': ['<Python.h>', '"Python.h"'],
|
||||
'qt': ['<QApplication>', '<QList>', '<qlist.h>', '<QObject>', '<QFlags>', '<QString>', '<qobjectdefs.h>', '<qstring.h>', '<QWidget>', '<QtWidgets>', '<QtGui'],
|
||||
'qt': ['<QApplication>', '<QList>', '<qlist.h>', '<QObject>', '<QFlags>', '<QTest>', '<QString>', '<qobjectdefs.h>', '<qstring.h>', '<QWidget>', '<QtWidgets>', '<QtGui'],
|
||||
'ruby': ['<ruby.h>', '<ruby/', '"ruby.h"'],
|
||||
'sdl': ['<SDL.h>', '<SDL/SDL.h>', '<SDL2/SDL.h>'],
|
||||
'sqlite3': ['<sqlite3.h>', '"sqlite3.h"'],
|
||||
|
|
Loading…
Reference in New Issue