summaryrefslogtreecommitdiffstats
path: root/qtbase.pro
diff options
context:
space:
mode:
authorFrederik Gladhorn <frederik.gladhorn@theqtcompany.com>2015-11-09 09:15:25 +0100
committerFrederik Gladhorn <frederik.gladhorn@theqtcompany.com>2015-11-14 12:46:50 +0000
commit8ff36d48978cbdc848053338a7cec3d990da4ff2 (patch)
tree887a9af0535940b4ed11f0f9d09eb7c6c0c8d1b1 /qtbase.pro
parent9020bdcc336ad580c597533b56a630c7488f7344 (diff)
Install fixqt4headers.pl script
Task-number: QTBUG-45662 Change-Id: If03b623d4ebcc5cf81b94d2e87ab753a553cff35 Reviewed-by: Iikka Eklund <iikka.eklund@theqtcompany.com> Reviewed-by: Jani Heikkinen <jani.heikkinen@theqtcompany.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@theqtcompany.com>
Diffstat (limited to 'qtbase.pro')
-rw-r--r--qtbase.pro5
1 files changed, 5 insertions, 0 deletions
diff --git a/qtbase.pro b/qtbase.pro
index 24d0f5287b..98ca86ad58 100644
--- a/qtbase.pro
+++ b/qtbase.pro
@@ -51,6 +51,11 @@ licheck.path = $$[QT_HOST_BINS]
licheck.files = $$PWD/bin/$$QT_LICHECK
!isEmpty(QT_LICHECK): INSTALLS += licheck
+#fixqt4headers.pl
+fixqt4headers.path = $$[QT_HOST_BINS]
+fixqt4headers.files = $$PWD/bin/fixqt4headers.pl
+INSTALLS += fixqt4headers
+
#syncqt
syncqt.path = $$[QT_HOST_BINS]
syncqt.files = $$PWD/bin/syncqt.pl