summaryrefslogtreecommitdiffstats
path: root/src/ogl-runtime-static/ogl-runtime-static.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/ogl-runtime-static/ogl-runtime-static.pro')
-rw-r--r--src/ogl-runtime-static/ogl-runtime-static.pro6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ogl-runtime-static/ogl-runtime-static.pro b/src/ogl-runtime-static/ogl-runtime-static.pro
index ca90711..85d8491 100644
--- a/src/ogl-runtime-static/ogl-runtime-static.pro
+++ b/src/ogl-runtime-static/ogl-runtime-static.pro
@@ -660,3 +660,9 @@ HEADERS += \
DISTFILES += \
../runtime/Qt3DSAttributeHashes.txt
+
+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
+}