Skip to content
Snippets Groups Projects
Commit 1fcbd21f authored by Alessandro Di Federico's avatar Alessandro Di Federico
Browse files

ui/qt: use relative path in qt.conf prefix

parent ac085d17
No related branches found
No related tags found
No related merge requests found
...@@ -129,7 +129,7 @@ builds: ...@@ -129,7 +129,7 @@ builds:
cat > "${TMP_ROOT}${ORCHESTRA_ROOT}/bin/qt.conf" <<EOF cat > "${TMP_ROOT}${ORCHESTRA_ROOT}/bin/qt.conf" <<EOF
[Paths] [Paths]
Prefix = $ORCHESTRA_ROOT Prefix = ..
EOF EOF
cd "${TMP_ROOT}${ORCHESTRA_ROOT}/mkspecs/linux-clang/" cd "${TMP_ROOT}${ORCHESTRA_ROOT}/mkspecs/linux-clang/"
......
...@@ -50,8 +50,6 @@ builds: ...@@ -50,8 +50,6 @@ builds:
cd "$BUILD_DIR" cd "$BUILD_DIR"
(@= make @) (@= make @)
(@= make @) install INSTALL_ROOT="$DESTDIR$ORCHESTRA_ROOT" (@= make @) install INSTALL_ROOT="$DESTDIR$ORCHESTRA_ROOT"
# TODO: debug why qtcreator looks for platform plugins in bin when the root is moved
# ln -s ../plugins/platforms "$DESTDIR$ORCHESTRA_ROOT/bin/platforms"
dependencies: dependencies:
- host-libcxx - host-libcxx
- llvm - llvm
......
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