On Mon, Oct 14, 2013 at 02:33:36PM -0500, Bruce Dubbs wrote: > > The configuration I use for Qt is: > > ./configure -confirm-license \ > -opensource \ > -release \ > -prefix /opt/qt-$VERSION \ > -sysconfdir /etc/xdg \ > -dbus-linked \ > -openssl-linked \ > -system-sqlite \ > -plugin-sql-sqlite \ > -no-phonon \ > -no-phonon-backend \ > -no-nis \ > -no-openvg \ > -nomake demos \ > -nomake examples \ > -optimized-qmake && > > With that, I didn't have a problem with KDE (4.11). >
I'm putting everything in /usr, so I now have -prefix /usr through to -translationdir /usr/share/qt4/translations as in the book's Method 1. I don't have -plugin-sql-sqlite, all the other options appear to be the same. I'm hardcoding -DCMAKE_INSTALL_PREFIX=/usr for all the cmake apps. ĸen -- das eine Mal als Tragödie, dieses Mal als Farce -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
