Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. QtCrypto in Qt 5.1
Forum Updated to NodeBB v4.3 + New Features

QtCrypto in Qt 5.1

Scheduled Pinned Locked Moved Installation and Deployment
3 Posts 2 Posters 11.9k 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.
  • H Offline
    H Offline
    hisoft
    wrote on last edited by
    #1

    Hi,

    I'm currently migrating my qt4.8 project to qt5.1 and i'm using the qtCrypto library. However, i got the following compilation error :

    @fatal error: QtCrypto/QtCrypto: No such file or directory@

    Is QtCrypto is still supported in qt5 ? Is there something to do like alternative ?

    Thanks.

    1 Reply Last reply
    0
    • T Offline
      T Offline
      tucnak
      wrote on last edited by
      #2

      Hello, ~hisoft

      Afaiu, QtCrypto is about QCA (Qt Cryptographic Arch). Then, you must be 100% sure that you have corresponding headers loaded like that:
      @
      LIBS += -lqca
      INCLUDEPATH += /path/to/headers
      CONFIG += crypto
      @

      1 Reply Last reply
      0
      • H Offline
        H Offline
        hisoft
        wrote on last edited by
        #3

        Indeed, i had made a mistake in my include path.
        Thanks.

        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