qca/examples/certtest/certtest.pro
Brad Hards 11f790f70e Update cert example for QCA2.
svn path=/trunk/kdesupport/qca/; revision=407745
2005-04-25 11:57:45 +00:00

8 lines
130 B
Prolog

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