Note that there are some explanatory texts on larger screens.

plurals
  1. POAdd QFtp in Qt 5.0
    primarykey
    data
    text
    <p>I need to use the QFtp class in my project.</p> <p>As I develop with Qt 5.0, I have needed to download the class from the gitorious repository : <a href="https://qt.gitorious.org/qt/qtftp" rel="nofollow">https://qt.gitorious.org/qt/qtftp</a></p> <p>When I try to compile the project, I have these errors :</p> <pre><code>19:45:25: Exécution des étapes pour le projet qtftp... 19:45:25: Configuration inchangée, étape QMake sautée. 19:45:25: Débute : "C:\Qt\Qt5.0.1\Tools\MinGW\bin\mingw32-make.exe" cd src\ &amp;&amp; ( if not exist Makefile C:\Qt\Qt5.0.1\5.0.1\mingw47_32\bin\qmake.exe C:\Qt\Qt5.0.1\src\qt-qtftp\src\src.pro -o Makefile ) &amp;&amp; C:/Qt/Qt5.0.1/Tools/MinGW/bin/mingw32-make -f Makefile mingw32-make[1]: Entering directory 'C:/Qt/Qt5.0.1/src/qt-qtftp/src' cd qftp\ &amp;&amp; ( if not exist Makefile C:\Qt\Qt5.0.1\5.0.1\mingw47_32\bin\qmake.exe C:\Qt\Qt5.0.1\src\qt-qtftp\src\qftp\qftp.pro -o Makefile ) &amp;&amp; C:/Qt/Qt5.0.1/Tools/MinGW/bin/mingw32-make -f Makefile 'perl.exe' n'est pas reconnu en tant que commande interne ou externe, un programme executable ou un fichier de commandes. Project MESSAGE: C:\Qt\Qt5.0.1\5.0.1\mingw47_32\bin\syncqt.bat -module QtFtp -mkspecsdir C:\Qt\Qt5.0.1\5.0.1\mingw47_32/mkspecs -outdir C:/Qt/Qt5.0.1/src/qt-qtftp C:/Qt/Qt5.0.1/src/qt-qtftp Project ERROR: Failed to run: C:\Qt\Qt5.0.1\5.0.1\mingw47_32\bin\syncqt.bat -module QtFtp -mkspecsdir C:\Qt\Qt5.0.1\5.0.1\mingw47_32/mkspecs -outdir C:/Qt/Qt5.0.1/src/qt-qtftp C:/Qt/Qt5.0.1/src/qt-qtftp Makefile:38: recipe for target 'sub-qftp-make_first' failed mingw32-make[1]: *** [sub-qftp-make_first] Error 3 mingw32-make[1]: Leaving directory 'C:/Qt/Qt5.0.1/src/qt-qtftp/src' makefile:40: recipe for target 'sub-src-make_first' failed mingw32-make: *** [sub-src-make_first] Error 2 19:45:27: Le processus "C:\Qt\Qt5.0.1\Tools\MinGW\bin\mingw32-make.exe" s'est terminé avec le code 2. Error while building/deploying project qtftp (kit: Desktop Qt 5.0.1 MinGW 32bit) </code></pre>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload