Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. General talk
  3. Brainstorm
  4. SSH Support in QT 4.5.3

SSH Support in QT 4.5.3

Scheduled Pinned Locked Moved Brainstorm
3 Posts 1 Posters 3.8k 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 Offline
    S Offline
    Scott_68
    wrote on last edited by
    #1

    I am attempting to compile together a standalone Utils library (which has SSH/SCP/SFTP support) from QT Creator 2.4 source to use in 4.5.3 in a VS2005 environment. My application needs to switch from QTelnet and QFtp to SSH and Scp/SFtp. I've got botan and the a stripped down Utils library with only SSH stuff in the project. The major problem I'm running into is the QScopedPointer, the documentation for 4.5.2 has it in it, but a line on the top of the page says it was introduced in 4.6. So why are they including the class description in the document for 4.5 and it isn't in there? I've tried including the QScopedPointer to my QtCore include directory and copied the QTCore dll's in (backed up the originals) but I get compilation errors that it doesn't know what the QScopedPointer is. Any ideas of a simpler path as I don't want to do major surgury to my QT Core. Thanks in advance for any help.

    1 Reply Last reply
    0
    • S Offline
      S Offline
      Scott_68
      wrote on last edited by
      #2

      I found that 4.5.3 source does have QSharedPointer, but the distribution of 4.5.3 that was installed on my PC does not have it.

      1 Reply Last reply
      0
      • S Offline
        S Offline
        Scott_68
        wrote on last edited by
        #3

        Disregard the last reply

        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