You are not logged in.
Pages: 1
Hello word,
When i try to compile lazarus to have a qt interface with qt3 and qt4 installed, i have the following error in messages console:
/usr/bin/ld: cannot find -lqt4intf
I'm using kde and lazarus compile just with gtk2 !
Can you help me ?
Thank you very much.
Last edited by moustic (2007-10-29 16:16:05)
On parle toujours mal quand on a rien à dire.
Offline
Is qt4 the active lib?
Try '#qt-config qt4' as root (you will have to log in/log out for it to affect all but the used terminal).
Offline
qt-config qt4
-bash: qt-config: command not found
On parle toujours mal quand on a rien à dire.
Offline
it's without the hyphen, so `qtconfig` is correct
Offline
Strange... on my system it's 'qt-config', Well, hope it works with kumicos corrections.
Offline
# qtconfig
No protocol specified
The problem is fixed with the following instructions:
http://wiki.lazarus.freepascal.org/Qt_Interface
Download the libqt4intf.so binary:
http://users.pandora.be/Jan.Van.hijfte/ … 3.1.tar.gz
Copy libqt4intf.so in /usr/lib and compile lazarus with qt interface...it's work fine.
Thank you.
Last edited by moustic (2007-10-29 16:16:29)
On parle toujours mal quand on a rien à dire.
Offline
qt-config worked for me to switch between qt3 and qt4, now I get the command not found.
if I gtconfig, I get the configuration gui.
how do I switch back and forth now?
Offline
/etc/profile.d/qt.sh || /etc/profile.d/qt4.sh
Offline
Pages: 1