Change History (5)
comment:1 by , 12 years ago
comment:2 by , 12 years ago
I also do not understand the problem. The libraries will be found as long as $QTDIR/lib is in /etc/ld.so.conf and ldconfig is run. That needs to be set anyway to get any qt app to work.
I use QTDIR=/opt/qt /opt/qt -> qt-4.8.2
From my log, the only potential issue I see is
/opt/qt/share/dbus-1/interfaces/org.kde.Phonon.AudioOutput.xml
perhaps it should be moved to /usr/share/dbus-1/interfaces/ or perhaps a link in the qt instructions similar to the ones in the kde pre-installation.
comment:3 by , 12 years ago
Since Phonon is the only package installing a D-bus file in the Qt directory, it might be overkill to create links. The installation destination for the file can be modified by using the cmake variable: -DDBUS_INTERFACES_INSTALL_DIR=/opt/kde/share/dbus-1/interfaces I guess this should be added to the instructions.
comment:4 by , 12 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
Resolved as invalid, since the original poster didn't provide more details.
Can you elaborate on why this doesn't work? I have been installing phonon in $QTDIR for a long time and it runs just fine.