mirror of
https://github.com/QuasarApp/qca.git
synced 2025-05-14 11:29:33 +00:00
13 lines
219 B
Prolog
13 lines
219 B
Prolog
DEPENDPATH += .
|
|
include(../unittest.pri)
|
|
CONFIG += qtestlib
|
|
QT += network
|
|
|
|
# check target
|
|
QMAKE_EXTRA_TARGETS = check
|
|
check.depends = veloxunittest
|
|
check.commands = ./veloxunittest
|
|
|
|
# Input
|
|
SOURCES += veloxunittest.cpp
|