~ubuntu-branches/ubuntu/wily/qca2/wily-proposed

« back to all changes in this revision

Viewing changes to unittest/metatype/metatype.pro

  • Committer: Bazaar Package Importer
  • Author(s): Jan Niehusmann
  • Date: 2007-10-27 18:51:54 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20071027185154-4ir9ys3h2q9fofrw
Tags: 2.0.0-2
Upload to unstable

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
CONFIG += qtestlib
4
4
TARGET = metatypeunittest
5
5
 
6
 
# check target
7
 
QMAKE_EXTRA_TARGETS = check
8
 
check.depends = metatypeunittest
9
 
check.commands = ./metatypeunittest
 
6
# test target
 
7
QMAKE_EXTRA_TARGETS = test
 
8
test.depends = metatypeunittest
 
9
test.commands = ./metatypeunittest
10
10
 
11
11
# Input
12
12
SOURCES += metatype.cpp