Pierre Labastie wrote:

I think I would need to test. I guess it would be OK, though. The only test I
have done is : KF5 in /usr, Qt5 in /opt. Then I used:
------------------
cat > /etc/profile.d/kf5.sh << "EOF"
# Begin /etc/profile.d/kf5.sh

. /etc/profile.d/qt5.sh

export KF5_PREFIX=/usr

pathappend /usr/lib/qt5/plugins  QT_PLUGIN_PATH
pathappend $QT5DIR/plugins       QT_PLUGIN_PATH

pathappend /usr/lib/qt5/qml      QML_IMPORT_PATH
pathappend $QT5DIR/qml           QML_IMPORT_PATH

pathappend /usr/lib/qt5/qml      QML2_IMPORT_PATH
pathappend $QT5DIR/qml           QML2_IMPORT_PATH

# End /etc/profile.d/kf5.sh
EOF

and Qt5.sh as per the Qt5 page instructions. I could build (not tested yet,
still have to build a wm) LXQt with this setup.

Now, I think it'd be better to have everything in qt5.sh, except the
KF5_PREFIX part.

I made some clarifications. They should be OK for release, but please review.

  -- Bruce


--
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to