Skip to content

Instantly share code, notes, and snippets.

QT += core
QT -= gui
CONFIG += c++11
TARGET = ws_test
CONFIG += console
CONFIG -= app_bundle
TEMPLATE = app
#include <iostream>
#include <QString>
#include <QByteArray>
#include <QDebug>
#include <QFile>
#include <QCryptographicHash>
#include <botan/pkcs8.h>
#include <botan/hex.h>
#include <iostream>
#include <QString>
#include <QByteArray>
#include <QDebug>
#include <QFile>
#include <QCryptographicHash>
#include <botan/pkcs8.h>
#include <botan/hex.h>