4
0
mirror of https://github.com/QuasarApp/qca.git synced 2025-05-09 17: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

12 lines
208 B
Prolog

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