Bonjour,

J'essaie de compiler la librairie QCA 2.0.3 pour l'utiliser sur QT5.

J'essaie dans le dossier de taper la commande configure mais j'obtiens des erreurs:

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Configuring QConf ...
Verifying Qt 4 build environment ... fail
 
Reason: Unable to find the 'qmake' tool for Qt 4.
 
Be sure you have a proper Qt 4.0 build environment set up.  This means not
just Qt, but also a C++ compiler, a make tool, and any other packages
necessary for compiling C++ programs.
 
If you are certain everything is installed, then it could be that Qt 4 is not
being recognized or that a different version of Qt is being detected by
mistake (for example, this could happen if %QTDIR% is pointing to a Qt 3
installation).  At least one of the following conditions must be satisfied:
 
 1) --qtdir is set to the location of Qt
 2) %QTDIR% is set to the location of Qt
 
This program will use the first one it finds to be true, checked in the above
order.
La variable QTDIR est définie par C:\Qt\Qt5.0.1

Il parait que QCA n'est pas nativement compatible avec QT5, et qu'il faut installer ceci https://github.com/psi-plus/qconf et appliquer ce patch: https://github.com/psi-plus/main/blo.../qca_qt5.patch

Pouvez-vous m'indiquer la procédure à suivre ?