blob: 75d4141674386e82c09b80844a85f000d7c2368e (
plain)
1
2
3
4
5
6
7
8
|
TEMPLATE = app
CONFIG += thread console
TARGET = certtest
INCLUDEPATH += ../common
HEADERS += ../common/base64.h
SOURCES += ../common/base64.cpp certtest.cpp
include(../examples.pri)
|