mirror of
https://github.com/QuasarApp/qca.git
synced 2025-05-13 02:59:34 +00:00
15 lines
260 B
Prolog
15 lines
260 B
Prolog
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
|