Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Program exit when it reached the line QCA::Initializer
Qt 6.11 is out! See what's new in the release blog

Program exit when it reached the line QCA::Initializer

Scheduled Pinned Locked Moved General and Desktop
2 Posts 2 Posters 1.6k 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.
  • V Offline
    V Offline
    vvishnu.egmail.com
    wrote on last edited by
    #1

    Hi,
    I am trying some decryption using QCA. But Qt says "The program has unexpectedly finished." when it reached QCA::Initializer
    code
    @

    #include <QApplication>
    #include <QtCrypto>
    #include <QDebug>

    int main(int argc, char *argv[])
    {

    QApplication *gniyp = new QApplication(argc,argv);
    qDebug()<<"B4 init";
    QCA::Initializer init;
    qDebug()<<"Aftr init";
    return gniyp->exec&#40;&#41;;
    

    }

    @

    Pro file
    @
    QT +=
    widgets
    CONFIG += crypto

    INCLUDEPATH += /usr/include/QtCrypto/
    LIBS += -L$$quote(qca-2.0.3/lib) -lqca

    SOURCES +=
    main.cpp

    @

    I am using ubuntu 13.04 with Qt Creator 2.7.0 based on Qt 5.0.1

    Please Help
    Thank You
    Vishnu V

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      Have at look at this "thread":http://qt-project.org/forums/viewthread/30218/

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      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