Skip to content
Snippets Groups Projects
Commit fc6f32aa authored by Filippo Cremonese's avatar Filippo Cremonese
Browse files

Fix QT environment

parent 0383e2b8
No related branches found
No related tags found
No related merge requests found
......@@ -117,7 +117,8 @@ environment:
#! TODO: maybe patching RPATH should not be a concern of Orchestra itself, but rather a post-install phase
#! Otherwise, it should be Orchestra to provide an RPATH_PLACEHOLDER, not the other way around
- RPATH_PLACEHOLDER: #@ options["rpath_placeholder"]
- QML2_IMPORT_PATH: $ORCHESTRA_ROOT/qml${QML2_IMPORT_PATH:+:${QML2_IMPORT_PATH}}
- QML2_IMPORT_PATH: $ORCHESTRA_ROOT/qml
- QT_PLUGIN_PATH: $ORCHESTRA_ROOT/plugins
- PKG_CONFIG_PATH: $ORCHESTRA_ROOT/lib/pkgconfig:$ORCHESTRA_ROOT/share/pkgconfig${PKG_CONFIG_PATH:+:${PKG_CONFIG_PATH}}
- INSTALL_LINK_ONLY_PATH: $ORCHESTRA_ROOT/link-only
- LIBGL_DRIVERS_PATH: $ORCHESTRA_ROOT/lib/dri${LIBGL_DRIVERS_PATH:+:${LIBGL_DRIVERS_PATH}}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment