summaryrefslogtreecommitdiffstats
path: root/src/ogl-runtime-dylib/ogl-runtime-dylib.pro
diff options
context:
space:
mode:
authorAntti Määttä <antti.maatta@qt.io>2019-10-10 10:06:22 +0300
committerAntti Määttä <antti.maatta@qt.io>2020-10-16 05:07:37 +0000
commit662cce3cdbcba75e76c77c09358834e312d3e0ce (patch)
tree77cc0ebbab4f27a41a5a8e9363421f7b09f281fd /src/ogl-runtime-dylib/ogl-runtime-dylib.pro
parent747ed180415327c1ece00cc469a1a6170066a0ae (diff)
Fix wrong lib paths in android buildv2.8.0-rc2
Task-number: QT3DS-3982 Change-Id: Ifc01400a6756e3ee66765a5b37fa9d805f58f99c Reviewed-by: Tomi Korpipää <tomi.korpipaa@qt.io>
Diffstat (limited to 'src/ogl-runtime-dylib/ogl-runtime-dylib.pro')
-rw-r--r--src/ogl-runtime-dylib/ogl-runtime-dylib.pro6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ogl-runtime-dylib/ogl-runtime-dylib.pro b/src/ogl-runtime-dylib/ogl-runtime-dylib.pro
index 264830f..b360205 100644
--- a/src/ogl-runtime-dylib/ogl-runtime-dylib.pro
+++ b/src/ogl-runtime-dylib/ogl-runtime-dylib.pro
@@ -80,3 +80,9 @@ PREDEPS_LIBS = qt3dsruntimestatic
include(../../utils.pri)
PRE_TARGETDEPS += $$fixLibPredeps($$LIBDIR, PREDEPS_LIBS)
+
+android {
+ # qt prl files contain hard coded paths to android ndk so don't link against them
+ # If libraries are missing because of this they need to be added separately
+ CONFIG -= link_prl
+}