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