Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Qt5.3 - QFtp

Qt5.3 - QFtp

Scheduled Pinned Locked Moved General and Desktop
10 Posts 4 Posters 5.7k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    maniek1310
    wrote on last edited by
    #1

    Hi, anyone knows how to install QFtp to Qt5.3?

    1 Reply Last reply
    0
    • A Offline
      A Offline
      andreyc
      wrote on last edited by
      #2

      Take a look on this "conversation":http://qt-project.org/forums/viewthread/24466

      1 Reply Last reply
      0
      • M Offline
        M Offline
        maniek1310
        wrote on last edited by
        #3

        Does not work

        1 Reply Last reply
        0
        • JKSHJ Offline
          JKSHJ Offline
          JKSH
          Moderators
          wrote on last edited by
          #4

          [quote author="maniek1310" date="1405084619"]Does not work[/quote]If you want more help, you need to tell us what you did and what error messages you saw.

          Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

          1 Reply Last reply
          0
          • M Offline
            M Offline
            maniek1310
            wrote on last edited by
            #5

            @JKSH But this thing, I do not know how to install this library QFtp https://qt.gitorious.org/qt/qtftp/source/4e4e73f1007a12a5ab1e035a5ba696d5c07c0e1a:

            1 Reply Last reply
            0
            • SGaistS Offline
              SGaistS Offline
              SGaist
              Lifetime Qt Champion
              wrote on last edited by
              #6

              You can either hit the download button or use git to clone the repository.

              Interested in AI ? www.idiap.ch
              Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

              1 Reply Last reply
              0
              • M Offline
                M Offline
                maniek1310
                wrote on last edited by
                #7

                Well, yes, but after downloading I do not know where to move :)

                1 Reply Last reply
                0
                • SGaistS Offline
                  SGaistS Offline
                  SGaist
                  Lifetime Qt Champion
                  wrote on last edited by
                  #8

                  It's all explained in the first comment of julrich

                  Interested in AI ? www.idiap.ch
                  Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

                  1 Reply Last reply
                  0
                  • M Offline
                    M Offline
                    maniek1310
                    wrote on last edited by
                    #9

                    Here you have the log from the console

                    @
                    E:\Qt_5.3\5.3\Src\qtftp>E:\Qt_5.3\5.3\mingw482_32\bin\qmake.exe

                    E:\Qt_5.3\5.3\Src\qtftp>E:\Qt_5.3\Tools\mingw482_32\bin\mingw32-make.exe
                    cd src\ && ( if not exist Makefile E:\Qt_5.3\5.3\mingw482_32\bin\qmake.exe E:\Qt
                    5.3\5.3\Src\qtftp\src\src.pro -o Makefile ) && E:/Qt_5.3/Tools/mingw482_32/bin/
                    mingw32-make -f Makefile
                    mingw32-make[1]: Entering directory 'E:/Qt_5.3/5.3/Src/qtftp/src'
                    cd qftp\ && ( if not exist Makefile E:\Qt_5.3\5.3\mingw482_32\bin\qmake.exe E:\Q
                    t_5.3\5.3\Src\qtftp\src\qftp\qftp.pro -o Makefile ) && E:/Qt_5.3/Tools/mingw482

                    32/bin/mingw32-make -f Makefile
                    mingw32-make[2]: Entering directory 'E:/Qt_5.3/5.3/Src/qtftp/src/qftp'
                    E:/Qt_5.3/Tools/mingw482_32/bin/mingw32-make -f Makefile.Release all
                    mingw32-make[3]: Entering directory 'E:/Qt_5.3/5.3/Src/qtftp/src/qftp'
                    g++ -c -pipe -fno-keep-inline-dllexport -O2 -std=c++0x -fno-exceptions -frtti -W
                    all -Wextra -DUNICODE -DQT_BUILD_FTP_LIB -DQT_BUILDING_QT -D_CRT_SECURE_NO_WARNI
                    NGS -DQT_NO_CAST_TO_ASCII -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTR
                    INGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x040800 -D_U
                    SE_MATH_DEFINES -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB
                    -I. -I"....\include" -I"....\include\QtFtp" -I"E:\Qt_5.3\5.3\Src\qtftp\include
                    \QtFtp\5.0.0" -I"E:\Qt_5.3\5.3\Src\qtftp\include\QtFtp\5.0.0\QtFtp" -I"tmp" -I"E
                    :\Qt_5.3\5.3\mingw482_32\include" -I"E:\Qt_5.3\5.3\mingw482_32\include\QtNetwork
                    " -I"E:\Qt_5.3\5.3\mingw482_32\include\QtCore" -I".moc\release" -I"E:\Qt_5.3\5.3
                    \mingw482_32\mkspecs\win32-g++" -o .obj\release\qftp.o qftp.cpp
                    g++: error: CreateProcess: No such file or directory
                    Makefile.Release:375: recipe for target '.obj/release/qftp.o' failed
                    mingw32-make[3]: *** [.obj/release/qftp.o] Error 1
                    mingw32-make[3]: Leaving directory 'E:/Qt_5.3/5.3/Src/qtftp/src/qftp'
                    Makefile:38: recipe for target 'release-all' failed
                    mingw32-make[2]: *** [release-all] Error 2
                    mingw32-make[2]: Leaving directory 'E:/Qt_5.3/5.3/Src/qtftp/src/qftp'
                    Makefile:38: recipe for target 'sub-qftp-make_first' failed
                    mingw32-make[1]: *** [sub-qftp-make_first] Error 2
                    mingw32-make[1]: Leaving directory 'E:/Qt_5.3/5.3/Src/qtftp/src'
                    Makefile:40: recipe for target 'sub-src-make_first' failed
                    mingw32-make: *** [sub-src-make_first] Error 2

                    E:\Qt_5.3\5.3\Src\qtftp>E:\Qt_5.3\Tools\mingw482_32\bin\mingw32-make install
                    cd src\ && ( if not exist Makefile E:\Qt_5.3\5.3\mingw482_32\bin\qmake.exe E:\Qt
                    5.3\5.3\Src\qtftp\src\src.pro -o Makefile ) && E:/Qt_5.3/Tools/mingw482_32/bin/
                    mingw32-make -f Makefile install
                    mingw32-make[1]: Entering directory 'E:/Qt_5.3/5.3/Src/qtftp/src'
                    cd qftp\ && ( if not exist Makefile E:\Qt_5.3\5.3\mingw482_32\bin\qmake.exe E:\Q
                    t_5.3\5.3\Src\qtftp\src\qftp\qftp.pro -o Makefile ) && E:/Qt_5.3/Tools/mingw482

                    32/bin/mingw32-make -f Makefile install
                    mingw32-make[2]: Entering directory 'E:/Qt_5.3/5.3/Src/qtftp/src/qftp'
                    E:/Qt_5.3/Tools/mingw482_32/bin/mingw32-make -f Makefile.Release install
                    mingw32-make[3]: Entering directory 'E:/Qt_5.3/5.3/Src/qtftp/src/qftp'
                    g++ -c -pipe -fno-keep-inline-dllexport -O2 -std=c++0x -fno-exceptions -frtti -W
                    all -Wextra -DUNICODE -DQT_BUILD_FTP_LIB -DQT_BUILDING_QT -D_CRT_SECURE_NO_WARNI
                    NGS -DQT_NO_CAST_TO_ASCII -DQT_ASCII_CAST_WARNINGS -DQT_MOC_COMPAT -DQT_USE_QSTR
                    INGBUILDER -DQT_DEPRECATED_WARNINGS -DQT_DISABLE_DEPRECATED_BEFORE=0x040800 -D_U
                    SE_MATH_DEFINES -DQT_NO_EXCEPTIONS -DQT_NO_DEBUG -DQT_NETWORK_LIB -DQT_CORE_LIB
                    -I. -I"....\include" -I"....\include\QtFtp" -I"E:\Qt_5.3\5.3\Src\qtftp\include
                    \QtFtp\5.0.0" -I"E:\Qt_5.3\5.3\Src\qtftp\include\QtFtp\5.0.0\QtFtp" -I"tmp" -I"E
                    :\Qt_5.3\5.3\mingw482_32\include" -I"E:\Qt_5.3\5.3\mingw482_32\include\QtNetwork
                    " -I"E:\Qt_5.3\5.3\mingw482_32\include\QtCore" -I".moc\release" -I"E:\Qt_5.3\5.3
                    \mingw482_32\mkspecs\win32-g++" -o .obj\release\qftp.o qftp.cpp
                    g++: error: CreateProcess: No such file or directory
                    Makefile.Release:375: recipe for target '.obj/release/qftp.o' failed
                    mingw32-make[3]: *** [.obj/release/qftp.o] Error 1
                    mingw32-make[3]: Leaving directory 'E:/Qt_5.3/5.3/Src/qtftp/src/qftp'
                    Makefile:44: recipe for target 'release-install' failed
                    mingw32-make[2]: *** [release-install] Error 2
                    mingw32-make[2]: Leaving directory 'E:/Qt_5.3/5.3/Src/qtftp/src/qftp'
                    Makefile:50: recipe for target 'sub-qftp-install_subtargets' failed
                    mingw32-make[1]: *** [sub-qftp-install_subtargets] Error 2
                    mingw32-make[1]: Leaving directory 'E:/Qt_5.3/5.3/Src/qtftp/src'
                    Makefile:52: recipe for target 'sub-src-install_subtargets' failed
                    mingw32-make: *** [sub-src-install_subtargets] Error 2

                    E:\Qt_5.3\5.3\Src\qtftp>@

                    1 Reply Last reply
                    0
                    • JKSHJ Offline
                      JKSHJ Offline
                      JKSH
                      Moderators
                      wrote on last edited by
                      #10

                      The error is this line:
                      [quote]g++: error: CreateProcess: No such file or directory[/quote]You need to tell your console where to find MinGW. Add E:\Qt_5.3\Tools\mingw482_32\bin to your PATH.

                      Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

                      1 Reply Last reply
                      0

                      • Login

                      • Login or register to search.
                      • First post
                        Last post
                      0
                      • Categories
                      • Recent
                      • Tags
                      • Popular
                      • Users
                      • Groups
                      • Search
                      • Get Qt Extensions
                      • Unsolved