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