Warning, /games/ksirk/ksirk/iris/src/xmpp/qa/unittest.pri is written in an unsupported language. File is not indexed.

0001 #
0002 # Declares all common settings/includes for a unittest module.
0003 #
0004 # Include this file from your module's unittest project file to create a 
0005 # standalone checker for the module.
0006 #
0007 
0008 include($$PWD/qttestutil/qttestutil.pri)
0009 include($$PWD/../common.pri)
0010 
0011 QT += testlib
0012 QT -= gui
0013 CONFIG -= app_bundle
0014 
0015 INCLUDEPATH *= $$PWD
0016 DEPENDPATH *= $$PWD
0017 
0018 TARGET = checker
0019 
0020 SOURCES += \
0021         $$PWD/checker.cpp
0022 
0023 QMAKE_EXTRA_TARGETS = check
0024 check.commands = \$(MAKE) && ./checker
0025 
0026 QMAKE_CLEAN += $(QMAKE_TARGET)