URL: https://linuxfr.org/forums/linux-mandriva/posts/qt4-wt-qmake Title: Qt4 wt qmake Authors: guayf Date: 2007年09月26日T23:24:17+02:00 Tags: ubuntu et fedora Score: 0 J'ai fait l'installation des paquetages de QT4 sur Mandriva 2007 mais j'ai toujours le même message d'erreur à l'installation de qtpfsgui-1.8.12 $ qmake Project MESSAGE: Detecting Qt version: Project MESSAGE: error, Qt3 found! Project MESSAGE: It seems like we are using Qt3, which is wrong! Project MESSAGE: to install qt4 in ubuntu run: Project MESSAGE: sudo apt-get install libqt4-dev qt4-dev-tools libqt4-core Project MESSAGE: to install qt4 in fedora core 6 run (as root): Project MESSAGE: yum install qt4-devel Project MESSAGE: Make sure also that you are using the Qt4 versions of the executables qmake, uic and moc. Project MESSAGE: To do so in Ubuntu you can install galternatives to switch those executable from Qt3 to Qt4, by running: Project MESSAGE: sudo apt-get install galternatives Project MESSAGE: and then run galternatives with: Project MESSAGE: sudo galternatives Project MESSAGE: In fedora you can simply invoke qmake with its full qt4 path: Project MESSAGE: /usr/lib/qt4/bin/qmake Project MESSAGE: In Ubuntu you can invoke Qt4's qmake with: Project MESSAGE: qmake-qt4 Project MESSAGE: If you, on the other had, think that this message is wrong and indeed you HAVE Qt4, send an email to grota@users.sourceforge.net saying so. Project ERROR: fatal error, bailing out. Tout ce que je comprend c'est que Mandriva ne me donne pas de qmake pour qt4. Comment faire? Merci