forked from qt-creator/qt-creator
Fix qbs build due to duplicated product names
Change-Id: I053a9c43ecdba5c447ca0ac664a3038698486b09 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
committed by
Christian Kandeler
parent
cd74eff1ba
commit
cbc9b61f19
@@ -1,7 +1,7 @@
|
||||
import qbs
|
||||
|
||||
QtcAutotest {
|
||||
name: "TreeModel autotest"
|
||||
name: "Settings autotest"
|
||||
Depends { name: "Utils" }
|
||||
files: "tst_settings.cpp"
|
||||
}
|
||||
|
Reference in New Issue
Block a user