forked from qt-creator/qt-creator
tests: remove unnecessary TARGET = tst_$$TARGET
"CONFIG += testcase" does this for us, and is the proper way to do this.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user