Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. 3rd Party Software
  4. disposition qxmpp
QtWS25 Last Chance

disposition qxmpp

Scheduled Pinned Locked Moved Unsolved 3rd Party Software
16 Posts 4 Posters 1.3k Views
  • 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.
  • S SGaist
    6 Apr 2024, 13:06

    @hzha this does not answer my question.

    Also, what do you mean by importing into your project ? Use it and link to it or include its sources inside your project ?

    H Offline
    H Offline
    hzha
    wrote on 6 Apr 2024, 13:31 last edited by
    #5

    @SGaist yes,As the md file says, I want to compile it using cmake

    S 1 Reply Last reply 6 Apr 2024, 19:40
    0
    • H hzha
      6 Apr 2024, 13:31

      @SGaist yes,As the md file says, I want to compile it using cmake

      S Offline
      S Offline
      SGaist
      Lifetime Qt Champion
      wrote on 6 Apr 2024, 19:40 last edited by
      #6

      @hzha did you follow my suggestion ?

      By the way, did you consider building the project directly with Qt Creator ?

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

      H 1 Reply Last reply 7 Apr 2024, 03:06
      0
      • S SGaist
        6 Apr 2024, 19:40

        @hzha did you follow my suggestion ?

        By the way, did you consider building the project directly with Qt Creator ?

        H Offline
        H Offline
        hzha
        wrote on 7 Apr 2024, 03:06 last edited by
        #7

        @SGaistI may not understand what you mean, but please forgive me, this may be a translation problem, I have tried to use "cmake..." I've tried building directly in qtcreate, but the results are the same,
        ok, I tried it again, and now that it's ready to build, I might still need to execute cmake if I have it

        R S 2 Replies Last reply 7 Apr 2024, 05:40
        0
        • H hzha
          7 Apr 2024, 03:06

          @SGaistI may not understand what you mean, but please forgive me, this may be a translation problem, I have tried to use "cmake..." I've tried building directly in qtcreate, but the results are the same,
          ok, I tried it again, and now that it's ready to build, I might still need to execute cmake if I have it

          R Offline
          R Offline
          Ronel_qtmaster
          wrote on 7 Apr 2024, 05:40 last edited by
          #8

          @hzha i have a question.Why is there both qt6.0 and 6.2.4 in your path?

          H 1 Reply Last reply 7 Apr 2024, 11:03
          0
          • R Ronel_qtmaster
            7 Apr 2024, 05:40

            @hzha i have a question.Why is there both qt6.0 and 6.2.4 in your path?

            H Offline
            H Offline
            hzha
            wrote on 7 Apr 2024, 11:03 last edited by
            #9

            @Ronel_qtmaster uh,qt6.0 is self-named, and the later qt6.2.4 is the compiler version

            1 Reply Last reply
            0
            • H hzha
              7 Apr 2024, 03:06

              @SGaistI may not understand what you mean, but please forgive me, this may be a translation problem, I have tried to use "cmake..." I've tried building directly in qtcreate, but the results are the same,
              ok, I tried it again, and now that it's ready to build, I might still need to execute cmake if I have it

              S Offline
              S Offline
              SGaist
              Lifetime Qt Champion
              wrote on 7 Apr 2024, 12:21 last edited by
              #10

              @hzha said in disposition qxmpp:

              @SGaistI may not understand what you mean, but please forgive me, this may be a translation problem, I have tried to use "cmake..." I've tried building directly in qtcreate, but the results are the same,
              ok, I tried it again, and now that it's ready to build, I might still need to execute cmake if I have it

              If you look in the bin folder of your Qt installation, you'll see qt-cmake which is a small wrapper that will have the paths configured for using the Qt version it's located in.

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

              H 1 Reply Last reply 7 Apr 2024, 14:12
              1
              • S SGaist
                7 Apr 2024, 12:21

                @hzha said in disposition qxmpp:

                @SGaistI may not understand what you mean, but please forgive me, this may be a translation problem, I have tried to use "cmake..." I've tried building directly in qtcreate, but the results are the same,
                ok, I tried it again, and now that it's ready to build, I might still need to execute cmake if I have it

                If you look in the bin folder of your Qt installation, you'll see qt-cmake which is a small wrapper that will have the paths configured for using the Qt version it's located in.

                H Offline
                H Offline
                hzha
                wrote on 7 Apr 2024, 14:12 last edited by
                #11

                @SGaist Can you tell me in detail, I don't know how to modify,Thank you very much

                S 1 Reply Last reply 7 Apr 2024, 18:56
                0
                • H hzha
                  7 Apr 2024, 14:12

                  @SGaist Can you tell me in detail, I don't know how to modify,Thank you very much

                  S Offline
                  S Offline
                  SGaist
                  Lifetime Qt Champion
                  wrote on 7 Apr 2024, 18:56 last edited by
                  #12

                  @hzha modify what exactly ?

                  By the way, didn't you write that you successfully compile the module with Qt Creator ?

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

                  H 1 Reply Last reply 8 Apr 2024, 05:00
                  0
                  • S SGaist
                    7 Apr 2024, 18:56

                    @hzha modify what exactly ?

                    By the way, didn't you write that you successfully compile the module with Qt Creator ?

                    H Offline
                    H Offline
                    hzha
                    wrote on 8 Apr 2024, 05:00 last edited by
                    #13

                    @SGaist ![alt text](15f1bc72-1ddd-4df2-b6c6-79ca5bffd588-image.png image url)
                    probably your don't understand what I mean, according to the documentation I need to do cmake and then cmake -- build. --target install before I can use qxmpp in my own projects, but I have given up using it, it is too cumbersome

                    J 1 Reply Last reply 8 Apr 2024, 05:20
                    0
                    • H hzha
                      8 Apr 2024, 05:00

                      @SGaist ![alt text](15f1bc72-1ddd-4df2-b6c6-79ca5bffd588-image.png image url)
                      probably your don't understand what I mean, according to the documentation I need to do cmake and then cmake -- build. --target install before I can use qxmpp in my own projects, but I have given up using it, it is too cumbersome

                      J Offline
                      J Offline
                      jsulm
                      Lifetime Qt Champion
                      wrote on 8 Apr 2024, 05:20 last edited by
                      #14

                      @hzha All @SGaist is telling you is to use qt-cmake instead of cmake, why don't you simply try that?

                      https://forum.qt.io/topic/113070/qt-code-of-conduct

                      H 1 Reply Last reply 8 Apr 2024, 13:02
                      0
                      • J jsulm
                        8 Apr 2024, 05:20

                        @hzha All @SGaist is telling you is to use qt-cmake instead of cmake, why don't you simply try that?

                        H Offline
                        H Offline
                        hzha
                        wrote on 8 Apr 2024, 13:02 last edited by
                        #15

                        @jsulm I only found qt-cmake.bat, tried it, didn't work, you think I didn't try

                        J 1 Reply Last reply 9 Apr 2024, 05:39
                        0
                        • H hzha
                          8 Apr 2024, 13:02

                          @jsulm I only found qt-cmake.bat, tried it, didn't work, you think I didn't try

                          J Offline
                          J Offline
                          jsulm
                          Lifetime Qt Champion
                          wrote on 9 Apr 2024, 05:39 last edited by
                          #16

                          @hzha said in disposition qxmpp:

                          didn't work

                          In what way it didn't work?
                          Saying "didn't work" does not help much.

                          https://forum.qt.io/topic/113070/qt-code-of-conduct

                          1 Reply Last reply
                          0

                          14/16

                          8 Apr 2024, 05:20

                          • Login

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