Fixed #2961 (Test executable name differs between Makefile and test.pro)
This commit is contained in:
parent
ceb763f57a
commit
973e61087e
|
@ -1,6 +1,6 @@
|
|||
|
||||
TEMPLATE = app
|
||||
TARGET = test
|
||||
TARGET = testrunner
|
||||
DEPENDPATH += .
|
||||
INCLUDEPATH += . ../cli ../lib
|
||||
OBJECTS_DIR = temp
|
||||
|
|
Loading…
Reference in New Issue