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. QFtp under Qt 5
Forum Updated to NodeBB v4.3 + New Features

QFtp under Qt 5

Scheduled Pinned Locked Moved Unsolved General and Desktop
28 Posts 3 Posters 10.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.
  • aha_1980A aha_1980

    @magguz said in QFtp under Qt 5:

    Yes, I get this error at the command prompt. Which qmake do you recommend to choose?

    At this point it would be interesting to know which Compilers (version and bitness) you have and which Qt-Versions (version, compiler and bitness).

    At the end, your choice depends on the target platform your application will run on.

    M Offline
    M Offline
    magguz
    wrote on last edited by
    #9

    @aha_1980 said in QFtp under Qt 5:

    @magguz said in QFtp under Qt 5:

    Yes, I get this error at the command prompt. Which qmake do you recommend to choose?

    At this point it would be interesting to know which Compilers (version and bitness) you have and which Qt-Versions (version, compiler and bitness).

    At the end, your choice depends on the target platform your application will run on.

    Qt-Version is 5.10.0, Compiler is MinGW 5.3.0
    I want to run the application on Windows 10 / 64 bit

    mrjjM 1 Reply Last reply
    0
    • M magguz

      @aha_1980 said in QFtp under Qt 5:

      @magguz said in QFtp under Qt 5:

      Yes, I get this error at the command prompt. Which qmake do you recommend to choose?

      At this point it would be interesting to know which Compilers (version and bitness) you have and which Qt-Versions (version, compiler and bitness).

      At the end, your choice depends on the target platform your application will run on.

      Qt-Version is 5.10.0, Compiler is MinGW 5.3.0
      I want to run the application on Windows 10 / 64 bit

      mrjjM Offline
      mrjjM Offline
      mrjj
      Lifetime Qt Champion
      wrote on last edited by
      #10

      @magguz
      winrt_x64_msvc2017 ?
      Are you make a modern app ?
      Not a Desktop app?

      M 1 Reply Last reply
      0
      • mrjjM mrjj

        @magguz
        winrt_x64_msvc2017 ?
        Are you make a modern app ?
        Not a Desktop app?

        M Offline
        M Offline
        magguz
        wrote on last edited by
        #11

        @mrjj said in QFtp under Qt 5:

        @magguz
        winrt_x64_msvc2017 ?
        Are you make a modern app ?
        Not a Desktop app?

        I want to make a Desktop app.

        mrjjM 1 Reply Last reply
        0
        • M magguz

          @mrjj said in QFtp under Qt 5:

          @magguz
          winrt_x64_msvc2017 ?
          Are you make a modern app ?
          Not a Desktop app?

          I want to make a Desktop app.

          mrjjM Offline
          mrjjM Offline
          mrjj
          Lifetime Qt Champion
          wrote on last edited by
          #12

          @magguz
          ok did you install Qt for Desktop app also?
          you should use qmake from that folder. not winrt

          M 1 Reply Last reply
          0
          • mrjjM Offline
            mrjjM Offline
            mrjj
            Lifetime Qt Champion
            wrote on last edited by
            #13

            mine is
            "C:\Qt\5.9.2\msvc2015_64\bin\qmake.exe"

            1 Reply Last reply
            0
            • mrjjM mrjj

              @magguz
              ok did you install Qt for Desktop app also?
              you should use qmake from that folder. not winrt

              M Offline
              M Offline
              magguz
              wrote on last edited by
              #14

              @mrjj said in QFtp under Qt 5:

              @magguz
              ok did you install Qt for Desktop app also?

              Yes.

              you should use qmake from that folder. not winrt

              I have installed Qt under C:\Qt\

              In the directory c:\Qt\Qt5.10.0\5.10.0\ there are different folders which contain a qmake-file. Can you tell me which is the right one?

              mrjjM 1 Reply Last reply
              0
              • M magguz

                @mrjj said in QFtp under Qt 5:

                @magguz
                ok did you install Qt for Desktop app also?

                Yes.

                you should use qmake from that folder. not winrt

                I have installed Qt under C:\Qt\

                In the directory c:\Qt\Qt5.10.0\5.10.0\ there are different folders which contain a qmake-file. Can you tell me which is the right one?

                mrjjM Offline
                mrjjM Offline
                mrjj
                Lifetime Qt Champion
                wrote on last edited by
                #15

                @magguz
                Well i dont know mow much extra besides for Desktop you have installed.

                how many qmake.exe do you have ?

                M 1 Reply Last reply
                0
                • mrjjM mrjj

                  @magguz
                  Well i dont know mow much extra besides for Desktop you have installed.

                  how many qmake.exe do you have ?

                  M Offline
                  M Offline
                  magguz
                  wrote on last edited by
                  #16

                  @mrjj said in QFtp under Qt 5:

                  @magguz
                  Well i dont know mow much extra besides for Desktop you have installed.

                  how many qmake.exe do you have ?

                  There are 14 folders with a qmake-file. Is "msvc2017_64" perhaps the right directory?

                  mrjjM 1 Reply Last reply
                  0
                  • M magguz

                    @mrjj said in QFtp under Qt 5:

                    @magguz
                    Well i dont know mow much extra besides for Desktop you have installed.

                    how many qmake.exe do you have ?

                    There are 14 folders with a qmake-file. Is "msvc2017_64" perhaps the right directory?

                    mrjjM Offline
                    mrjjM Offline
                    mrjj
                    Lifetime Qt Champion
                    wrote on last edited by
                    #17

                    @magguz
                    it looks right yes.
                    And make sure you run in a visual command prompt so it can find its nmake.exe etc.

                    M 1 Reply Last reply
                    0
                    • mrjjM mrjj

                      @magguz
                      it looks right yes.
                      And make sure you run in a visual command prompt so it can find its nmake.exe etc.

                      M Offline
                      M Offline
                      magguz
                      wrote on last edited by
                      #18

                      @mrjj said in QFtp under Qt 5:

                      @magguz
                      it looks right yes.
                      And make sure you run in a visual command prompt so it can find its nmake.exe etc.

                      I used the "Developer Command Prompt for VS 2017" and I run the qmake in the folder "msvc2017_64". Now it created a stash-file. Is that correct?

                      mrjjM 1 Reply Last reply
                      0
                      • M magguz

                        @mrjj said in QFtp under Qt 5:

                        @magguz
                        it looks right yes.
                        And make sure you run in a visual command prompt so it can find its nmake.exe etc.

                        I used the "Developer Command Prompt for VS 2017" and I run the qmake in the folder "msvc2017_64". Now it created a stash-file. Is that correct?

                        mrjjM Offline
                        mrjjM Offline
                        mrjj
                        Lifetime Qt Champion
                        wrote on last edited by
                        #19

                        @magguz
                        Yes sounds good. should also have created a makefile for the next step

                        M 1 Reply Last reply
                        1
                        • mrjjM mrjj

                          @magguz
                          Yes sounds good. should also have created a makefile for the next step

                          M Offline
                          M Offline
                          magguz
                          wrote on last edited by
                          #20

                          @mrjj said in QFtp under Qt 5:

                          @magguz
                          Yes sounds good. should also have created a makefile for the next step

                          Yes, there is a makefile.

                          mrjjM 1 Reply Last reply
                          0
                          • M magguz

                            @mrjj said in QFtp under Qt 5:

                            @magguz
                            Yes sounds good. should also have created a makefile for the next step

                            Yes, there is a makefile.

                            mrjjM Offline
                            mrjjM Offline
                            mrjj
                            Lifetime Qt Champion
                            wrote on last edited by
                            #21

                            @magguz
                            Ok, then you can run nmake

                            M 1 Reply Last reply
                            1
                            • mrjjM mrjj

                              @magguz
                              Ok, then you can run nmake

                              M Offline
                              M Offline
                              magguz
                              wrote on last edited by
                              #22

                              @mrjj
                              I run nmake in the qtftp-folder. And I got an error: "NMAKE : fatal error U1077: "cd": Rückgabe-Code "0x3""
                              Do I need any options?

                              mrjjM 1 Reply Last reply
                              0
                              • M magguz

                                @mrjj
                                I run nmake in the qtftp-folder. And I got an error: "NMAKE : fatal error U1077: "cd": Rückgabe-Code "0x3""
                                Do I need any options?

                                mrjjM Offline
                                mrjjM Offline
                                mrjj
                                Lifetime Qt Champion
                                wrote on last edited by
                                #23

                                Hi
                                not that i know of.
                                Is there not any other errors ?
                                some file not found or anything?

                                M 1 Reply Last reply
                                0
                                • mrjjM mrjj

                                  Hi
                                  not that i know of.
                                  Is there not any other errors ?
                                  some file not found or anything?

                                  M Offline
                                  M Offline
                                  magguz
                                  wrote on last edited by
                                  #24

                                  @mrjj
                                  There was also something like this: "Project ERROR: Failed to run: perl -w C:\Qt\Qt5.10.0\5.10.0\msvc2017_64\bin\syncqt.pl -module QtFtp -version 5.0.0 -outdir C:/Users/markus/qtftp C:/Users/markus/qtftp"

                                  mrjjM 1 Reply Last reply
                                  0
                                  • M magguz

                                    @mrjj
                                    There was also something like this: "Project ERROR: Failed to run: perl -w C:\Qt\Qt5.10.0\5.10.0\msvc2017_64\bin\syncqt.pl -module QtFtp -version 5.0.0 -outdir C:/Users/markus/qtftp C:/Users/markus/qtftp"

                                    mrjjM Offline
                                    mrjjM Offline
                                    mrjj
                                    Lifetime Qt Champion
                                    wrote on last edited by
                                    #25

                                    @magguz
                                    ok maybe u need perl installed.

                                    M 1 Reply Last reply
                                    0
                                    • mrjjM mrjj

                                      @magguz
                                      ok maybe u need perl installed.

                                      M Offline
                                      M Offline
                                      magguz
                                      wrote on last edited by
                                      #26

                                      @mrjj
                                      Sorry, but I must go to bed. It's already late. Let's go further tomorrow, ok?

                                      mrjjM 1 Reply Last reply
                                      0
                                      • M magguz

                                        @mrjj
                                        Sorry, but I must go to bed. It's already late. Let's go further tomorrow, ok?

                                        mrjjM Offline
                                        mrjjM Offline
                                        mrjj
                                        Lifetime Qt Champion
                                        wrote on last edited by
                                        #27

                                        @magguz
                                        Ok sleep well.

                                        M 1 Reply Last reply
                                        0
                                        • mrjjM mrjj

                                          @magguz
                                          Ok sleep well.

                                          M Offline
                                          M Offline
                                          magguz
                                          wrote on last edited by
                                          #28

                                          @mrjj
                                          Thanks, you too.

                                          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