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