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:
@@ -13,8 +13,6 @@ include($$PLUGIN_DIR/fileformat/fileformat.pri)
|
||||
|
||||
INCLUDEPATH += $$PLUGIN_DIR/fileformat
|
||||
|
||||
TARGET=tst_$$TARGET
|
||||
|
||||
DEFINES += SRCDIR=\\\"$$PWD\\\"
|
||||
|
||||
TEMPLATE = app
|
||||
|
||||
Reference in New Issue
Block a user