Results 1 to 2 of 2

Thread: QCA installation under Win32 / QT 4.3.2

  1. #1
    Join Date
    Mar 2008
    Posts
    5
    Thanks
    2
    Qt products
    Qt4
    Platforms
    Windows

    Default QCA installation under Win32 / QT 4.3.2

    Folks,

    I seem to be having some trouble getting QCA (Qt Cryptographic Architecture) to work under windows XP. I've downloaded the crypto plugins qca-2.0-plugins-latest-mingw and copied them into /plugins of Qt. I've also downloaded qca-2.0.0-mingw and put them in /qca and I've run installwin.bat. And then I've copied qca2.dll into bin/.

    When compiling an app, I've added this to the end of the .pro:

    windows:{
    load(crypto.prf)
    }

    The application builds. However, if(QCA::isSupported("sha1")) returns false.

    What am I doing wrong folks?

    Thanks,

    Ricky.

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    5,372
    Thanks
    28
    Thanked 976 Times in 912 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: QCA installation under Win32 / QT 4.3.2

    Probably you are missing Open SSL DLLs. Use DependencyWalker to see what DLLs are required by QCA plugins you use (you might need to clear the plugin cache after you find all missing DLLs).

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.