donate_cpu.py: Improved detection of Qt headers

This commit is contained in:
orbitcowboy 2020-10-03 12:19:02 +02:00
parent 621f0f59b3
commit 0b62ca7250
1 changed files with 1 additions and 1 deletions

View File

@ -474,7 +474,7 @@ def get_libraries():
'openmp': ['<omp.h>'],
'openssl': ['<openssl/'],
'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"'],
'sdl': ['<SDL.h>', '<SDL/SDL.h>', '<SDL2/SDL.h>'],
'sqlite3': ['<sqlite3.h>', '"sqlite3.h"'],