~ubuntu-branches/ubuntu/utopic/psi/utopic

« back to all changes in this revision

Viewing changes to iris/src/xmpp/qa/qttestutil/example/example.pro

  • Committer: Bazaar Package Importer
  • Author(s): Jan Niehusmann
  • Date: 2009-09-25 17:49:51 UTC
  • mfrom: (6.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20090925174951-lvm7kdap82o8xhn3
Tags: 0.13-1
* Updated to upstream version 0.13
* Set Standards-Version to 3.8.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#
 
2
# Example unit test module with 2 unit test suites.
 
3
#
 
4
 
 
5
include(../qttestutil.pri)
 
6
 
 
7
QT += testlib
 
8
QT -= gui
 
9
CONFIG -= app_bundle
 
10
 
 
11
TARGET = checker
 
12
 
 
13
SOURCES += \
 
14
        myfirstclasstest.cpp \
 
15
        mysecondclasstest.cpp \
 
16
        ../simplechecker.cpp
 
17
 
 
18
# Add an extra 'make check' target.
 
19
QMAKE_EXTRA_TARGETS = check
 
20
check.commands = \$(MAKE) && ./$(QMAKE_TARGET)
 
21
 
 
22
# Cleanup the checker on 'make clean'
 
23
QMAKE_CLEAN += $(QMAKE_TARGET)