From fe7f17938d7e2070f969f4982747258a53df69db Mon Sep 17 00:00:00 2001 From: Don Gagne Date: Tue, 17 Dec 2019 07:55:56 -0800 Subject: [PATCH] Remove custom add of ttx --- QGCInstaller.pri | 4 ---- 1 file changed, 4 deletions(-) diff --git a/QGCInstaller.pri b/QGCInstaller.pri index 2432ca19a..d62c3d0f5 100644 --- a/QGCInstaller.pri +++ b/QGCInstaller.pri @@ -29,10 +29,6 @@ installer { # links to plugins will not be created correctly. QMAKE_POST_LINK += && cd $${DESTDIR} && $$dirname(QMAKE_QMAKE)/macdeployqt $${TARGET}.app -appstore-compliant -verbose=2 -qmldir=$${BASEDIR}/src - # macdeployqt does not deploy texttospeech plugin - QMAKE_POST_LINK += && mkdir $${TARGET}.app/Contents/PlugIns/texttospeech - QMAKE_POST_LINK += && cp $$[QT_INSTALL_PLUGINS]/texttospeech/libqtexttospeech_speechosx.dylib $${TARGET}.app/Contents/PlugIns/texttospeech - # macdeployqt is missing some relocations once in a while. "Fix" it: QMAKE_POST_LINK += && python $$BASEDIR/tools/osxrelocator.py $${TARGET}.app/Contents @rpath @executable_path/../Frameworks -r > /dev/null 2>&1 -- 2.22.0