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