summaryrefslogtreecommitdiffstats
path: root/mkspecs/common
diff options
context:
space:
mode:
authorJake Petroules <jake.petroules@qt.io>2016-05-28 02:13:34 -0700
committerJake Petroules <jake.petroules@qt.io>2016-08-31 22:41:58 +0000
commitf777b1ae4882450dc6d7fa04159b776b18e5a7b0 (patch)
treea4df0663c2164f9385289bad36c7a6f84ae50e95 /mkspecs/common
parentf510a51dace0cb39a93b057b8fcbcbdda33a956e (diff)
Provide better QMAKE_RPATHDIR defaults on Apple platforms
Now QMAKE_RPATHDIR also includes @executable_path and @loader_path on Apple platforms, and omits any others on iOS, tvOS, and watchOS since they can't use paths outside the application bundle. Change-Id: Ia8f76ebcddd51f44eca482a51ce1710369c8df10 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
Diffstat (limited to 'mkspecs/common')
-rw-r--r--mkspecs/common/uikit.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkspecs/common/uikit.conf b/mkspecs/common/uikit.conf
index 6ffbe51fce..daedaa46cd 100644
--- a/mkspecs/common/uikit.conf
+++ b/mkspecs/common/uikit.conf
@@ -3,7 +3,7 @@
#
QMAKE_PLATFORM += uikit
-CONFIG += bitcode reduce_exports shallow_bundle
+CONFIG += bitcode reduce_exports shallow_bundle no_qt_rpath
INCLUDEPATH += $$PWD/uikit
DEFINES += DARWIN_NO_CARBON QT_NO_PRINTER QT_NO_PRINTDIALOG