mirror of
https://github.com/QuasarApp/qca.git
synced 2025-04-29 04:54:31 +00:00
15 lines
292 B
Prolog
15 lines
292 B
Prolog
TEMPLATE = app
|
|
TARGET = securearrayunittest
|
|
DEPENDPATH += .
|
|
include(../unittest.pri)
|
|
CONFIG += qtestlib thread console
|
|
QT -= gui
|
|
|
|
# check target
|
|
QMAKE_EXTRA_TARGETS = check
|
|
check.depends = securearrayunittest
|
|
check.commands = ./securearrayunittest
|
|
|
|
# Input
|
|
SOURCES += securearrayunittest.cpp
|