Results 1 to 3 of 3

Thread: CryptoPP 5.6.1 and latest Qt (5.1 / MinGW 4.8)

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #2
    Join Date
    Mar 2009
    Location
    Brisbane, Australia
    Posts
    7,729
    Thanks
    13
    Thanked 1,610 Times in 1,537 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Wiki edits
    17

    Default Re: CryptoPP 5.6.1 and latest Qt (5.1 / MinGW 4.8)

    Qt is not a compiler. Qt is a library. Your question is, "How do I compile CryptoPP with GCC 4.8 (MingW) on Windows?" This is best asked in a CryptoPP forum or mailing list.

    The instructions I found here (with minimal Google-foo) use Qt's qmake to write a non-Qt Makefile for you: that Makefile compiles CryptoPP successfully albeit with huge numbers of warnings. You might want to add:
    Qt Code:
    1. QMAKE_CXXFLAGS += -Wno-unused-parameter
    To copy to clipboard, switch view to plain text mode 
    to the modified PRO file.

  2. The following user says thank you to ChrisW67 for this useful post:

    Threepwood (6th August 2013)

Similar Threads

  1. HELP! Need to run cryptopp from Qt Creator
    By irin.gen in forum Qt Programming
    Replies: 3
    Last Post: 24th April 2013, 23:06
  2. Include cryptopp windows
    By Cyrebo in forum Qt Programming
    Replies: 2
    Last Post: 24th April 2013, 10:55
  3. Cryptopp Help
    By ttimt in forum General Programming
    Replies: 1
    Last Post: 17th March 2013, 04:50
  4. Problem with qt5 and cryptopp
    By januszmk in forum Newbie
    Replies: 0
    Last Post: 25th January 2013, 10:12
  5. HELP! cryptopp.dso file is missing
    By taufikardi in forum Qt for Embedded and Mobile
    Replies: 0
    Last Post: 30th July 2012, 15:59

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
  •  
Qt is a trademark of The Qt Company.