mirror of
https://github.com/QuasarApp/qca.git
synced 2025-05-08 00:39:33 +00:00
17 lines
329 B
Prolog
17 lines
329 B
Prolog
TEMPLATE = app
|
|
TARGET = certunittest
|
|
DEPENDPATH += .
|
|
INCLUDEPATH += ../../include/QtCrypto
|
|
LIBS += -L../../lib -lqca
|
|
CONFIG += qtestlib thread console
|
|
QT -= gui
|
|
|
|
# check target
|
|
QMAKE_EXTRA_TARGETS = check
|
|
check.depends = certunittest
|
|
check.commands = ./certunittest
|
|
|
|
# Input
|
|
HEADERS += certunittest.h
|
|
SOURCES += certunittest.cpp
|