Skip to content

Commit

Permalink
Install fixqt4headers.pl script
Browse files Browse the repository at this point in the history
Task-number: QTBUG-45662
Change-Id: If03b623d4ebcc5cf81b94d2e87ab753a553cff35
Reviewed-by: Iikka Eklund <[email protected]>
Reviewed-by: Jani Heikkinen <[email protected]>
Reviewed-by: Oswald Buddenhagen <[email protected]>
Reviewed-by: Friedemann Kleint <[email protected]>
  • Loading branch information
gladhorn committed Nov 14, 2015
1 parent 9020bdc commit 8ff36d4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions qtbase.pro
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8ff36d4

Please sign in to comment.