je voudrais ajouter une libraire, un fichier .a, qui contient le moteur de mon projet QT,
on m'avait dit d'ajouter au fichier .pro du projet la ligne suivant:
LIBS += -L path -l nom
j'ai donc essayer
LIBS += -L c:\bibliotheque\libmalib.a -l malib
apres avoir enregistrer ce fichier, je fais alors un "clean project", mais j'obtiens tjs la meme erreur
C:\MinGW\bin\..\lib\gcc\mingw32\3.4.5\..\..\..\..\mingw32\bin\ld.exe: cannot find -lmalib
malib.a dont j'ai juste les "headers" fonctionne sans probleme dans un projet c++ quand je le rajoute donc je vois pas comment arranger ca,
pouvez vous m'aider s'il vous plais je vous en serait très reconnaissant
