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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user