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