qca/unittest/macunittest/macunittest.pro

15 lines
260 B
Prolog
Raw Normal View History

TEMPLATE = app
TARGET = macunittest
DEPENDPATH += .
include(../unittest.pri)
CONFIG += qtestlib thread console
QT -= gui
# check target
QMAKE_EXTRA_TARGETS = check
check.depends = macunittest
check.commands = ./macunittest
# Input
SOURCES += macunittest.cpp