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.2k 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 mrjj
    20 Dec 2017, 22:21

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

    M Offline
    M Offline
    magguz
    wrote on 20 Dec 2017, 22:23 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.

    M 1 Reply Last reply 20 Dec 2017, 22:25
    0
    • M magguz
      20 Dec 2017, 22:23

      @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.

      M Offline
      M Offline
      mrjj
      Lifetime Qt Champion
      wrote on 20 Dec 2017, 22:25 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 20 Dec 2017, 22:30
      0
      • M Offline
        M Offline
        mrjj
        Lifetime Qt Champion
        wrote on 20 Dec 2017, 22:25 last edited by
        #13

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

        1 Reply Last reply
        0
        • M mrjj
          20 Dec 2017, 22:25

          @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 20 Dec 2017, 22:30 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?

          M 1 Reply Last reply 20 Dec 2017, 22:33
          0
          • M magguz
            20 Dec 2017, 22:30

            @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?

            M Offline
            M Offline
            mrjj
            Lifetime Qt Champion
            wrote on 20 Dec 2017, 22:33 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 20 Dec 2017, 22:35
            0
            • M mrjj
              20 Dec 2017, 22:33

              @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 20 Dec 2017, 22:35 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?

              M 1 Reply Last reply 20 Dec 2017, 22:40
              0
              • M magguz
                20 Dec 2017, 22:35

                @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?

                M Offline
                M Offline
                mrjj
                Lifetime Qt Champion
                wrote on 20 Dec 2017, 22:40 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 20 Dec 2017, 22:53
                0
                • M mrjj
                  20 Dec 2017, 22:40

                  @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 20 Dec 2017, 22:53 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?

                  M 1 Reply Last reply 20 Dec 2017, 22:55
                  0
                  • M magguz
                    20 Dec 2017, 22:53

                    @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?

                    M Offline
                    M Offline
                    mrjj
                    Lifetime Qt Champion
                    wrote on 20 Dec 2017, 22:55 last edited by
                    #19

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

                    M 1 Reply Last reply 20 Dec 2017, 22:58
                    1
                    • M mrjj
                      20 Dec 2017, 22:55

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

                      M Offline
                      M Offline
                      magguz
                      wrote on 20 Dec 2017, 22:58 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.

                      M 1 Reply Last reply 20 Dec 2017, 23:02
                      0
                      • M magguz
                        20 Dec 2017, 22:58

                        @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.

                        M Offline
                        M Offline
                        mrjj
                        Lifetime Qt Champion
                        wrote on 20 Dec 2017, 23:02 last edited by
                        #21

                        @magguz
                        Ok, then you can run nmake

                        M 1 Reply Last reply 20 Dec 2017, 23:11
                        1
                        • M mrjj
                          20 Dec 2017, 23:02

                          @magguz
                          Ok, then you can run nmake

                          M Offline
                          M Offline
                          magguz
                          wrote on 20 Dec 2017, 23:11 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?

                          M 1 Reply Last reply 20 Dec 2017, 23:14
                          0
                          • M magguz
                            20 Dec 2017, 23:11

                            @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?

                            M Offline
                            M Offline
                            mrjj
                            Lifetime Qt Champion
                            wrote on 20 Dec 2017, 23:14 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 20 Dec 2017, 23:23
                            0
                            • M mrjj
                              20 Dec 2017, 23:14

                              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 20 Dec 2017, 23:23 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"

                              M 1 Reply Last reply 20 Dec 2017, 23:27
                              0
                              • M magguz
                                20 Dec 2017, 23:23

                                @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"

                                M Offline
                                M Offline
                                mrjj
                                Lifetime Qt Champion
                                wrote on 20 Dec 2017, 23:27 last edited by
                                #25

                                @magguz
                                ok maybe u need perl installed.

                                M 1 Reply Last reply 20 Dec 2017, 23:29
                                0
                                • M mrjj
                                  20 Dec 2017, 23:27

                                  @magguz
                                  ok maybe u need perl installed.

                                  M Offline
                                  M Offline
                                  magguz
                                  wrote on 20 Dec 2017, 23:29 last edited by
                                  #26

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

                                  M 1 Reply Last reply 20 Dec 2017, 23:31
                                  0
                                  • M magguz
                                    20 Dec 2017, 23:29

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

                                    M Offline
                                    M Offline
                                    mrjj
                                    Lifetime Qt Champion
                                    wrote on 20 Dec 2017, 23:31 last edited by
                                    #27

                                    @magguz
                                    Ok sleep well.

                                    M 1 Reply Last reply 20 Dec 2017, 23:35
                                    0
                                    • M mrjj
                                      20 Dec 2017, 23:31

                                      @magguz
                                      Ok sleep well.

                                      M Offline
                                      M Offline
                                      magguz
                                      wrote on 20 Dec 2017, 23:35 last edited by
                                      #28

                                      @mrjj
                                      Thanks, you too.

                                      1 Reply Last reply
                                      0

                                      20/28

                                      20 Dec 2017, 22:58

                                      • Login

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