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 11.1k 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.
  • 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