Unverified Commit 9c1e595e authored by Thomas Karl Pietrowski's avatar Thomas Karl Pietrowski Committed by GitHub

QGCPostLinkCommon: Remove duplicate echo (#9088)

We have `QMAKE_POST_LINK += echo "Post Link Common"` in line 12 already.
parent b6e87fdb
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment