4
0
mirror of https://github.com/QuasarApp/qca.git synced 2025-05-14 11:29:33 +00:00
Justin Karneges 5c6439a6c1 by default, all unittests/examples are console without a mac.app bundle
svn path=/trunk/kdesupport/qca/; revision=656265
2007-04-20 20:08:47 +00:00

13 lines
219 B
Prolog

DEPENDPATH += .
include(../unittest.pri)
CONFIG += qtestlib
QT += network
# check target
QMAKE_EXTRA_TARGETS = check
check.depends = veloxunittest
check.commands = ./veloxunittest
# Input
SOURCES += veloxunittest.cpp