mirror of
https://github.com/QuasarApp/qca.git
synced 2025-05-09 17:29:33 +00:00
12 lines
208 B
Prolog
12 lines
208 B
Prolog
DEPENDPATH += .
|
|
include(../unittest.pri)
|
|
CONFIG += qtestlib
|
|
|
|
# check target
|
|
QMAKE_EXTRA_TARGETS = check
|
|
check.depends = base64unittest
|
|
check.commands = ./base64unittest
|
|
|
|
# Input
|
|
SOURCES += base64unittest.cpp
|