Salut à tous.
j'ai une question un peu stupide, je m'en excuse d'avance. En fait j'utilise tout le temps Qt Creator et la j'aimerai compiler QFtp pour l'utiliser en QT 5.2.
Et... je n'y arrive pas. Que faut il definir comme variable d'environnement ?
en fait j'ai essayé ca :
Download the sources for the add-on from gitorious [qt.gitorious.org]
Extract the sources somewhere (e.g. Qt5.x.y/Src/qtmyaddon)
Open a console in that folder
Run qmake
Run make (or nmake or mingw32-make or whatever)
Run make install (nmake install, mingw32-make install, …)
In the .pro file of your project, add “QT += myaddon” (e.g. “QT += http”)
Run qmake on your project
Compile your project
source : http://qt-project.org/forums/viewthread/24466
mais je n'arrive pas à exécuter qmake a partir d'une console dos standard
Il doit me manquer un truc énorme mais je ne le vois pas....
merci d'avance
Partager