Results 1 to 2 of 2

Thread: threat with QtCrypto

  1. #1
    Join Date
    Dec 2015
    Posts
    1
    Qt products
    Qt5
    Platforms
    Unix/X11

    Default threat with QtCrypto

    I have problem when compiling my program, where i can get QtCrypto for my system?

    for Google bot
    fatal error: QtCrypto: No such file or directory
    QtCrypto: No such file or directory
    #include <QtCrypto>

    System
    uname -a
    Linux 3.13.0-66-generic #108-Ubuntu SMP Wed Oct 7 15:21:40 UTC 2015 i686 i686 i686 GNU/Linux
    Use QT
    qmake -v
    QMake version 3.0
    Using Qt version 5.2.1 in /usr/lib/i386-linux-gnu
    Program
    mainwindow.h:6:20: fatal error: QtCrypto: No such file or directory
    #include <QtCrypto>
    ^
    compilation terminated.
    make: *** [main.o] Error 1

  2. #2
    Join Date
    Jan 2008
    Location
    Alameda, CA, USA
    Posts
    5,230
    Thanks
    302
    Thanked 864 Times in 851 Posts
    Qt products
    Qt5
    Platforms
    Windows

    Default Re: threat with QtCrypto

    I do not think QtCrypto is distributed with Qt5. It was available for Qt4, but I am pretty sure it has been dropped. There is a port to Qt5, which you can get from here. JP Naude has written a tutorial on how to build and use it.

Similar Threads

  1. QtCrypto (qca-ossl) problem loading plugins
    By m3rlin in forum Qt Programming
    Replies: 2
    Last Post: 27th December 2011, 07:32
  2. QtCrypto problem
    By pucara_faa in forum Newbie
    Replies: 2
    Last Post: 1st June 2010, 13:17

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.