Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. Using QtCreator's Utils module
QtWS25 Last Chance

Using QtCreator's Utils module

Scheduled Pinned Locked Moved Qt Creator and other tools
7 Posts 2 Posters 2.1k 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.
  • E Offline
    E Offline
    ehsantlk
    wrote on last edited by
    #1

    Hi
    I don't know how to use utils module in my program ( http://doc.qt.digia.com/qtcreator-extending/utils.html)
    for Example if I need to use SshConnection class in my program just simply get a copy it's source file (here ) and copy in my project directory? does'n need add any module to .pro file?
    I dont have so much Experience in qt .
    thank u guy

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

      Hi and welcome to devnet,

      From a quick look, you would also need the botan 3rdparty (also provided in Qt Creator's sources)

      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
      • E Offline
        E Offline
        ehsantlk
        wrote on last edited by
        #3

        @SGaist said:

        botan 3rdparty

        thank you SGaist

        I don't understand . why i need botan 3rd party library while i' going to use sshConnection class in other library ?
        tell me if i am wrong. I should find sshConnection class and maybe some related class from qssh library and copy them in my project directory and simply include SshConnection to my project and use function in my program .

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

          Are you going to link against that module or rebuild its code with your own project ?

          Take a look at the pro files from the module, you'll see that botan is listed as 3rdparty

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

          E 1 Reply Last reply
          0
          • SGaistS SGaist

            Are you going to link against that module or rebuild its code with your own project ?

            Take a look at the pro files from the module, you'll see that botan is listed as 3rdparty

            E Offline
            E Offline
            ehsantlk
            wrote on last edited by ehsantlk
            #5

            @SGaist thanks a lot .
            I got your point and actually i'm in trouble with this botan library
            how can i use botan in my project?
            i tried use this tutorial to compile and use botan . but i didnt find botan setup for windows and botan.pro in source directory ( instead i find botan.pri )
            thank u again

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

              That's normal, it's included by ssh.pro, and will be used automatically when building the library

              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
              • E Offline
                E Offline
                ehsantlk
                wrote on last edited by
                #7

                thanks . that was helpful

                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