summaryrefslogtreecommitdiffstats
path: root/src/qmlstreamer/qmlstreamer.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/qmlstreamer/qmlstreamer.pro')
-rw-r--r--src/qmlstreamer/qmlstreamer.pro6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/qmlstreamer/qmlstreamer.pro b/src/qmlstreamer/qmlstreamer.pro
index 5e82c7c..09c42d8 100644
--- a/src/qmlstreamer/qmlstreamer.pro
+++ b/src/qmlstreamer/qmlstreamer.pro
@@ -48,3 +48,9 @@ INCLUDEPATH += \
$$PWD/../QtExtras/qmlstreamer
macos:QMAKE_LFLAGS_SONAME = -Wl,-install_name,@rpath/
+
+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
+}