qca/unittest/macunittest/macunittest.pro

16 lines
299 B
Prolog
Raw Normal View History

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