mirror of
https://github.com/QuasarApp/qca.git
synced 2025-04-27 12:04:31 +00:00
12 lines
199 B
Prolog
12 lines
199 B
Prolog
DEPENDPATH += .
|
|
include(../unittest.pri)
|
|
CONFIG += qtestlib
|
|
|
|
# check target
|
|
QMAKE_EXTRA_TARGETS = check
|
|
check.depends = dsaunittest
|
|
check.commands = ./dsaunittest
|
|
|
|
# Input
|
|
SOURCES += dsaunittest.cpp
|