From 9c1e595e540ebc68c3fd52515cc4d7be9d438dc8 Mon Sep 17 00:00:00 2001 From: Thomas Karl Pietrowski Date: Wed, 7 Oct 2020 01:01:49 +0200 Subject: [PATCH] QGCPostLinkCommon: Remove duplicate echo (#9088) We have `QMAKE_POST_LINK += echo "Post Link Common"` in line 12 already. --- QGCPostLinkCommon.pri | 1 - 1 file changed, 1 deletion(-) diff --git a/QGCPostLinkCommon.pri b/QGCPostLinkCommon.pri index 5027a6d2a..56b134823 100644 --- a/QGCPostLinkCommon.pri +++ b/QGCPostLinkCommon.pri @@ -72,7 +72,6 @@ WindowsBuild { } LinuxBuild { - QMAKE_POST_LINK += echo "Post Link Common" QMAKE_POST_LINK += && mkdir -p $$DESTDIR/Qt/libs && mkdir -p $$DESTDIR/Qt/plugins # QT_INSTALL_LIBS -- 2.22.0