summaryrefslogtreecommitdiffstats
path: root/src/api/studio3dqml/studio3dqml.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/api/studio3dqml/studio3dqml.pro')
-rw-r--r--src/api/studio3dqml/studio3dqml.pro6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/api/studio3dqml/studio3dqml.pro b/src/api/studio3dqml/studio3dqml.pro
index df685fc..ac7f03d 100644
--- a/src/api/studio3dqml/studio3dqml.pro
+++ b/src/api/studio3dqml/studio3dqml.pro
@@ -34,3 +34,9 @@ OTHER_FILES += \
qmldir
load(qml_plugin)
+
+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
+}