diff options
| author | Bill King <bill.king@nokia.com> | 2010-10-20 15:03:01 +1000 |
|---|---|---|
| committer | Bill King <bill.king@nokia.com> | 2010-10-20 15:03:01 +1000 |
| commit | d95f3324c7545a1b30bca8d6d5796bd0adc2affb (patch) | |
| tree | 21166027f84bdf9843d5998c689cec1450a0900e /tests/auto/changeset | |
| parent | 5217ca8096427f7c127b5eee80f999306f965990 (diff) | |
| download | qt-creator-d95f3324c7545a1b30bca8d6d5796bd0adc2affb.tar.gz | |
tests: remove unnecessary TARGET = tst_$$TARGET
"CONFIG += testcase" does this for us, and is the proper way to do this.
Diffstat (limited to 'tests/auto/changeset')
| -rw-r--r-- | tests/auto/changeset/changeset.pro | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/auto/changeset/changeset.pro b/tests/auto/changeset/changeset.pro index 0d2522e880..8fb885d63f 100644 --- a/tests/auto/changeset/changeset.pro +++ b/tests/auto/changeset/changeset.pro @@ -13,5 +13,3 @@ HEADERS += \ $$UTILSDIR/utils/changeset.h INCLUDEPATH += $$UTILSDIR - -TARGET=tst_$$TARGET |
