summaryrefslogtreecommitdiff
path: root/tests/auto/cplusplus/ast
diff options
context:
space:
mode:
authorBill King <bill.king@nokia.com>2010-10-20 15:03:01 +1000
committerBill King <bill.king@nokia.com>2010-10-20 15:03:01 +1000
commitd95f3324c7545a1b30bca8d6d5796bd0adc2affb (patch)
tree21166027f84bdf9843d5998c689cec1450a0900e /tests/auto/cplusplus/ast
parent5217ca8096427f7c127b5eee80f999306f965990 (diff)
downloadqt-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/cplusplus/ast')
-rw-r--r--tests/auto/cplusplus/ast/ast.pro1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/auto/cplusplus/ast/ast.pro b/tests/auto/cplusplus/ast/ast.pro
index 13f11c7e2e..5ee8e5f4b7 100644
--- a/tests/auto/cplusplus/ast/ast.pro
+++ b/tests/auto/cplusplus/ast/ast.pro
@@ -3,5 +3,4 @@ CONFIG += qt warn_on console depend_includepath
CONFIG += qtestlib testcase
include(../shared/shared.pri)
SOURCES += tst_ast.cpp
-TARGET=tst_$$TARGET