From 5c483f73b9635c46f2efc58b55632c07eaf75b70 Mon Sep 17 00:00:00 2001 From: Don Gagne Date: Sat, 13 Jun 2020 10:51:35 -0700 Subject: [PATCH] Fix Android build --- QGCPostLinkCommon.pri | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/QGCPostLinkCommon.pri b/QGCPostLinkCommon.pri index 0f43ed19e..5027a6d2a 100644 --- a/QGCPostLinkCommon.pri +++ b/QGCPostLinkCommon.pri @@ -9,12 +9,13 @@ # These are the Post Link steps which are common to all builds +QMAKE_POST_LINK += echo "Post Link Common" + # # Perform platform specific setup # MacBuild { - QMAKE_POST_LINK += echo "Post Link Common" # Qt is screwed up if you use qmake to create an XCode Project which has a DESTDIR set on it. # This is because XCode builds create the .app in BUILT_PRODUCTS_DIR. If you use a DESTDIR then -- 2.22.0