Commit 94fb31be authored by Oswald Buddenhagen's avatar Oswald Buddenhagen
Browse files

build QML plugins with relative RPATH as well

amends 967372c9

.

Change-Id: I898950d6847e43d565748cd8d1ea583cf5ca5c9d
Reviewed-by: default avatarJake Petroules <jake.petroules@theqtcompany.com>
Reviewed-by: default avatarEike Ziller <eike.ziller@theqtcompany.com>
parent a3bcb68b
No related merge requests found
Showing with 2 additions and 0 deletions
...@@ -19,6 +19,8 @@ if(win32|mac):!macx-xcode { ...@@ -19,6 +19,8 @@ if(win32|mac):!macx-xcode {
contains(QT_CONFIG, build_all):CONFIG += build_all contains(QT_CONFIG, build_all):CONFIG += build_all
} }
CONFIG += relative_qt_rpath # Qt's QML plugins should be relocatable
!no_cxx_module:isEmpty(CXX_MODULE) { !no_cxx_module:isEmpty(CXX_MODULE) {
CXX_MODULE = $$TARGET CXX_MODULE = $$TARGET
TARGET = declarative_$${TARGET} TARGET = declarative_$${TARGET}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment