qca/examples/certtest/certtest.pro

8 lines
130 B
Prolog
Raw Normal View History

TEMPLATE = app
CONFIG += thread console
TARGET = certtest
QT -= gui
SOURCES += certtest.cpp
include(../examples.pri)