summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArvid Nilsson <anilsson@blackberry.com>2013-11-22 15:49:36 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-11-27 16:11:23 +0100
commita76b4dc82edb78cf0b7e24bcd6ca9fb986ba2cca (patch)
tree9dec6fea9d55fa0550e2fbe3ab3cd6a81984a58b
parent37001e62ca6492c719237e87c8642cb95eff8c01 (diff)
Fix QtWebEngineProcess linking problems on QNX
Add the required -rpath-link arguments pointing to the QNX staging Qt5 library location. Since QtWebEngineProcess only uses Qt5 indirectly through libQt5WebEngineCore.so, it's difficult for qmake to get this right. Change-Id: I1d6fb7c6baf637054b7626443a3224fb76fe51f6 Reviewed-by: Jocelyn Turcotte <jocelyn.turcotte@digia.com>
-rw-r--r--process/process.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/process/process.pro b/process/process.pro
index 274510847..47a5839d8 100644
--- a/process/process.pro
+++ b/process/process.pro
@@ -8,6 +8,8 @@ macx {
LIBS_PRIVATE += -lQt5WebEngineCore -L$$LIBPATH
QMAKE_RPATHDIR += $$LIBPATH
+qnx: QMAKE_RPATHLINKDIR += $${QNX_DIR}/$${QNX_CPUDIR}/usr/lib/qt5/lib
+
DESTDIR = $$getOutDir()/$$getConfigDir()
INCLUDEPATH += ../lib