diff options
Diffstat (limited to 'bin/fixqt4headers.pl')
-rwxr-xr-x | bin/fixqt4headers.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/fixqt4headers.pl b/bin/fixqt4headers.pl index 3516168dc2..2c92f727b7 100755 --- a/bin/fixqt4headers.pl +++ b/bin/fixqt4headers.pl @@ -141,6 +141,7 @@ sub findQtHeaders die "This script requires the QTDIR environment variable pointing to Qt 5\n" unless $qtdir; findQtHeaders('QtCore', $qtdir); +findQtHeaders('QtConcurrent', $qtdir); findQtHeaders('QtWidgets', $qtdir); findQtHeaders('QtPrintSupport', $qtdir); |