summaryrefslogtreecommitdiffstats
path: root/bin/fixqt4headers.pl
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@nokia.com>2011-12-20 15:13:51 +0100
committerQt by Nokia <qt-info@nokia.com>2011-12-20 16:18:27 +0100
commitb8ac9da63a833b0568f12bfe5c37da99c9570523 (patch)
tree6494859133aaa31bdffbd0f0a94fcd87b4c99c26 /bin/fixqt4headers.pl
parent2992db14e75fdc7d2a9d964ed8860feb4b20afda (diff)
fixqt4headers: Add QtCore to folders (for moved item models).
Change-Id: I71f805c618a888e654207fb29f68769f9d90db9b Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
Diffstat (limited to 'bin/fixqt4headers.pl')
-rwxr-xr-xbin/fixqt4headers.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/fixqt4headers.pl b/bin/fixqt4headers.pl
index 966681fad5..3c7dd867ba 100755
--- a/bin/fixqt4headers.pl
+++ b/bin/fixqt4headers.pl
@@ -140,6 +140,7 @@ sub findQtHeaders
die "This script requires the QTDIR environment variable pointing to Qt 5\n" unless $qtdir;
+findQtHeaders('QtCore', $qtdir);
findQtHeaders('QtWidgets', $qtdir);
findQtHeaders('QtPrintSupport', $qtdir);