Browse Source

rename script to better serve its single purpose

QGC4.4
Keith Bennett 3 years ago committed by Don Gagne
parent
commit
522e208b55
  1. 2
      QGCPostLinkCommon.pri
  2. 0
      deploy/linux-fixup-rpaths.bash

2
QGCPostLinkCommon.pri

@ -164,7 +164,7 @@ LinuxBuild { @@ -164,7 +164,7 @@ LinuxBuild {
include($$PWD/custom/custom_deploy.pri)
}
QMAKE_POST_LINK += && QTDIR="$$DESTDIR/Qt" RPATHDIR="$$DESTDIR/Qt/libs" QTCONF_PATH="$$DESTDIR/qt.conf" $$SOURCE_DIR/deploy/linux-post-link.sh
QMAKE_POST_LINK += && QTDIR="$$DESTDIR/Qt" RPATHDIR="$$DESTDIR/Qt/libs" QTCONF_PATH="$$DESTDIR/qt.conf" $$SOURCE_DIR/deploy/linux-fixup-rpaths.bash
# https://doc.qt.io/qt-5/qt-conf.html
QMAKE_POST_LINK += && cp deploy/qt.conf $$DESTDIR

0
deploy/linux-post-link.sh → deploy/linux-fixup-rpaths.bash

Loading…
Cancel
Save