summaryrefslogtreecommitdiffstats
path: root/bin/fixqt4headers
diff options
context:
space:
mode:
Diffstat (limited to 'bin/fixqt4headers')
-rwxr-xr-xbin/fixqt4headers2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/fixqt4headers b/bin/fixqt4headers
index 0e3d541d03..58b0fdf43d 100755
--- a/bin/fixqt4headers
+++ b/bin/fixqt4headers
@@ -8,7 +8,7 @@ echo $files
for module in $modules; do
# once we change other things, change the line from == "QtWidgets" to != "Qt" to get everything fixed
- if [ $module == "QtWidgets" ]; then
+ if [ $module == "QtWidgets" ] || [ $module == "QtPrintSupport" ]; then
echo $module ":"
includes=`ls $QTDIR/include/$module`
for i in $includes; do