summaryrefslogtreecommitdiff
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
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.
-rw-r--r--tests/auto/aggregation/aggregation.pro2
-rw-r--r--tests/auto/changeset/changeset.pro2
-rw-r--r--tests/auto/cplusplus/ast/ast.pro1
-rw-r--r--tests/auto/cplusplus/codeformatter/codeformatter.pro2
-rw-r--r--tests/auto/debugger/dumpers.pro3
-rw-r--r--tests/auto/debugger/gdb.pro3
-rw-r--r--tests/auto/debugger/plugin.pro3
-rw-r--r--tests/auto/debugger/version.pro2
-rw-r--r--tests/auto/generichighlighter/specificrules/specificrules.pro2
-rw-r--r--tests/auto/qml/qmlprojectmanager/fileformat/fileformat.pro2
-rw-r--r--tests/auto/utils_stringutils/utils_stringutils.pro2
11 files changed, 0 insertions, 24 deletions
diff --git a/tests/auto/aggregation/aggregation.pro b/tests/auto/aggregation/aggregation.pro
index ae45e5f9d6..30b1f7feb8 100644
--- a/tests/auto/aggregation/aggregation.pro
+++ b/tests/auto/aggregation/aggregation.pro
@@ -11,5 +11,3 @@ SOURCES += tst_aggregate.cpp \
$$AGGREGATION_PATH/aggregate.cpp
HEADERS += $$AGGREGATION_PATH/aggregate.h \
$$AGGREGATION_PATH/aggregation_global.h
-
-TARGET=tst_$$TARGET
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
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
diff --git a/tests/auto/cplusplus/codeformatter/codeformatter.pro b/tests/auto/cplusplus/codeformatter/codeformatter.pro
index 6aa0259f58..0988517971 100644
--- a/tests/auto/cplusplus/codeformatter/codeformatter.pro
+++ b/tests/auto/cplusplus/codeformatter/codeformatter.pro
@@ -16,5 +16,3 @@ HEADERS += \
$$SRCDIR/plugins/texteditor/basetextdocumentlayout.h
INCLUDEPATH += $$SRCDIR/plugins $$SRCDIR/libs
-
-TARGET=tst_$$TARGET
diff --git a/tests/auto/debugger/dumpers.pro b/tests/auto/debugger/dumpers.pro
index 8ba21aa017..90a7689b0c 100644
--- a/tests/auto/debugger/dumpers.pro
+++ b/tests/auto/debugger/dumpers.pro
@@ -13,6 +13,3 @@ SOURCES += \
DEFINES += MACROSDEBUG
INCLUDEPATH += $$DEBUGGERDIR $$UTILSDIR $$MACROSDIR
-
-TARGET = tst_$$TARGET
-
diff --git a/tests/auto/debugger/gdb.pro b/tests/auto/debugger/gdb.pro
index d4b7503a78..1c3d9a0566 100644
--- a/tests/auto/debugger/gdb.pro
+++ b/tests/auto/debugger/gdb.pro
@@ -11,6 +11,3 @@ INCLUDEPATH += $$DEBUGGERDIR $$UTILSDIR
SOURCES += \
tst_gdb.cpp \
$$DEBUGGERDIR/gdb/gdbmi.cpp \
-
-TARGET = tst_$$TARGET
-
diff --git a/tests/auto/debugger/plugin.pro b/tests/auto/debugger/plugin.pro
index 53936e2349..e76cc45410 100644
--- a/tests/auto/debugger/plugin.pro
+++ b/tests/auto/debugger/plugin.pro
@@ -10,6 +10,3 @@ SOURCES += \
DEFINES += MACROSDEBUG
INCLUDEPATH += $$DEBUGGERDIR $$UTILSDIR $$MACROSDIR
-
-TARGET = tst_$$TARGET
-
diff --git a/tests/auto/debugger/version.pro b/tests/auto/debugger/version.pro
index 9e8069c07d..1730d9ddd1 100644
--- a/tests/auto/debugger/version.pro
+++ b/tests/auto/debugger/version.pro
@@ -11,5 +11,3 @@ SOURCES += \
tst_version.cpp \
$$DEBUGGERDIR/gdb/gdbmi.cpp \
-TARGET = tst_$$TARGET
-
diff --git a/tests/auto/generichighlighter/specificrules/specificrules.pro b/tests/auto/generichighlighter/specificrules/specificrules.pro
index 374456b33c..db8f5e0083 100644
--- a/tests/auto/generichighlighter/specificrules/specificrules.pro
+++ b/tests/auto/generichighlighter/specificrules/specificrules.pro
@@ -13,5 +13,3 @@ SOURCES += tst_specificrules.cpp \
$$PLUGINSDIR/texteditor/generichighlighter/itemdata.cpp
INCLUDEPATH += $$PLUGINSDIR
-
-TARGET=tst_$$TARGET
diff --git a/tests/auto/qml/qmlprojectmanager/fileformat/fileformat.pro b/tests/auto/qml/qmlprojectmanager/fileformat/fileformat.pro
index 650c12a68a..cedfbcdb22 100644
--- a/tests/auto/qml/qmlprojectmanager/fileformat/fileformat.pro
+++ b/tests/auto/qml/qmlprojectmanager/fileformat/fileformat.pro
@@ -13,8 +13,6 @@ include($$PLUGIN_DIR/fileformat/fileformat.pri)
INCLUDEPATH += $$PLUGIN_DIR/fileformat
-TARGET=tst_$$TARGET
-
DEFINES += SRCDIR=\\\"$$PWD\\\"
TEMPLATE = app
diff --git a/tests/auto/utils_stringutils/utils_stringutils.pro b/tests/auto/utils_stringutils/utils_stringutils.pro
index 3c0d6552f4..ecc6102658 100644
--- a/tests/auto/utils_stringutils/utils_stringutils.pro
+++ b/tests/auto/utils_stringutils/utils_stringutils.pro
@@ -11,5 +11,3 @@ SOURCES += tst_stringutils.cpp \
$$UTILS_PATH/stringutils.cpp
HEADERS += $$UTILS_PATH/stringutils.h \
$$UTILS_PATH/utils_global.h
-
-TARGET=tst_$$TARGET