Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Q
qml_install
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Fabian Kosmale
qml_install
Commits
2feee036
Commit
2feee036
authored
1 year ago
by
Fabian Kosmale
Browse files
Options
Downloads
Patches
Plain Diff
Set correct rpath for the plugin
parent
7dadff54
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CMakeLists.txt
+6
-0
6 additions, 0 deletions
CMakeLists.txt
with
6 additions
and
0 deletions
CMakeLists.txt
+
6
−
0
View file @
2feee036
...
@@ -64,6 +64,12 @@ cmake_path(APPEND module_dir "${qtqmldir}" "${module_target_path}")
...
@@ -64,6 +64,12 @@ cmake_path(APPEND module_dir "${qtqmldir}" "${module_target_path}")
message
(
STATUS
"Module dir
${
module_dir
}
"
)
message
(
STATUS
"Module dir
${
module_dir
}
"
)
# allow the installed plugin to find its backing library
set_property
(
TARGET
"
${
module_plugin_target
}
"
APPEND PROPERTY INSTALL_RPATH
"
${
qtlibdir
}
"
)
# Install the QML module runtime loadable plugin
# Install the QML module runtime loadable plugin
install
(
TARGETS
"
${
module_plugin_target
}
"
install
(
TARGETS
"
${
module_plugin_target
}
"
LIBRARY DESTINATION
"
${
module_dir
}
"
LIBRARY DESTINATION
"
${
module_dir
}
"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment