summaryrefslogtreecommitdiffstats
path: root/src/api/studio3d/studio3d.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/api/studio3d/studio3d.pro')
-rw-r--r--src/api/studio3d/studio3d.pro6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/api/studio3d/studio3d.pro b/src/api/studio3d/studio3d.pro
index f0cd874..cfa8b71 100644
--- a/src/api/studio3d/studio3d.pro
+++ b/src/api/studio3d/studio3d.pro
@@ -65,3 +65,9 @@ SOURCES += \
../../foundation/qt/formatdiscovery.cpp
load(qt_module)
+
+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
+}