Cliff McDiarmid wrote:
Hi I have a working LFS systemd with Qt5 anf Qt4 under /opt. I'm presently running KDE 4.14.3. Would it be possible to run KDE Frameworks and Plasma from /opt after invoking the right Qt? A lot of the packages required obviously have to be linked to Qt5, but also to Qt4, if I'm to keep my present setup as well. Would this work? thanks
There are no conflicts in the Qt4/Qt5 or KDE4/KF5 libraries. Just add the appropriate directories to /etc/ld.so.conf and run ldconfig. There are conflicts with qt4/qt5 binaries like qmake when building apps that need them. Use the set-qt4 or set-gt5 scripts (source them to set PATH properly) as needed when building Qt based apps.
-- Bruce -- http://lists.linuxfromscratch.org/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
