qca/unittest/macunittest/macunittest.pro
Justin Karneges e6a4a57edd update to build against the right qca lib name
svn path=/trunk/kdesupport/qca/; revision=648311
2007-03-30 23:42:53 +00:00

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