diff --git a/QGCPostLinkCommon.pri b/QGCPostLinkCommon.pri index 0f43ed1..5027a6d 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