Unverified Commit bfb9135c authored by Don Gagne's avatar Don Gagne Committed by GitHub

Merge pull request #8836 from DonLakeFlyer/AndroidInstaller

Fix Android build
parents 35baa994 5c483f73
...@@ -9,12 +9,13 @@ ...@@ -9,12 +9,13 @@
# These are the Post Link steps which are common to all builds # These are the Post Link steps which are common to all builds
QMAKE_POST_LINK += echo "Post Link Common"
# #
# Perform platform specific setup # Perform platform specific setup
# #
MacBuild { 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. # 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 # This is because XCode builds create the .app in BUILT_PRODUCTS_DIR. If you use a DESTDIR then
......
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