summaryrefslogtreecommitdiffstats
path: root/bin/fixqt4headers.pl
diff options
context:
space:
mode:
Diffstat (limited to 'bin/fixqt4headers.pl')
-rwxr-xr-xbin/fixqt4headers.pl5
1 files changed, 3 insertions, 2 deletions
diff --git a/bin/fixqt4headers.pl b/bin/fixqt4headers.pl
index 597f785367..2c92f727b7 100755
--- a/bin/fixqt4headers.pl
+++ b/bin/fixqt4headers.pl
@@ -2,8 +2,7 @@
#############################################################################
##
## Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
-## All rights reserved.
-## Contact: Nokia Corporation (qt-info@nokia.com)
+## Contact: http://www.qt-project.org/
##
## This file is part of the porting tools of the Qt Toolkit.
##
@@ -36,6 +35,7 @@
##
##
##
+##
## $QT_END_LICENSE$
##
#############################################################################
@@ -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);