qca/unittest/macunittest/macunittest.pro
Brad Hards 898a2df707 Merge the declaration into the .cpp, and update the
qmake build file to match.

Add in CMake support.

svn path=/trunk/kdesupport/qca/; revision=594725
2006-10-12 05:08:02 +00:00

16 lines
299 B
Prolog

TEMPLATE = app
TARGET = macunittest
DEPENDPATH += .
INCLUDEPATH += ../../include/QtCrypto
LIBS += -L../../lib -lqca
CONFIG += qtestlib thread console
QT -= gui
# check target
QMAKE_EXTRA_TARGETS = check
check.depends = macunittest
check.commands = ./macunittest
# Input
SOURCES += macunittest.cpp