donate_cpu_lib.py: Improved detection of Qt-includes by adding <QMetaType>
This commit is contained in:
parent
ad1bd3ef4c
commit
71f5e5bb46
|
@ -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>', '<QFlags>', '<QTest>', '<QString>', '<qobjectdefs.h>', '<qstring.h>', '<QWidget>', '<QtWidgets>', '<QtGui'],
|
'qt': ['<QApplication>', '<QList>', '<qlist.h>', '<QObject>', '<QFlags>', '<QTest>', '<QMetaType>', '<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