forked from qt-creator/qt-creator
Tests: Remove Utils dependency in algorithm test
It depends on header-only implementation. Change-Id: Ib0a1dc92789b2d3e527f1d3cd1a4393f92e161e1 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
committed by
Orgad Shaneh
parent
3e7707148e
commit
dddf0d2b3f
@@ -1,4 +1,3 @@
|
|||||||
QTC_LIB_DEPENDS = utils
|
|
||||||
include(../qttest.pri)
|
include(../qttest.pri)
|
||||||
|
|
||||||
SOURCES += tst_algorithm.cpp
|
SOURCES += tst_algorithm.cpp
|
||||||
|
@@ -2,8 +2,8 @@ import qbs
|
|||||||
|
|
||||||
QtcAutotest {
|
QtcAutotest {
|
||||||
name: "Algorithm autotest"
|
name: "Algorithm autotest"
|
||||||
Depends { name: "Utils" }
|
|
||||||
|
|
||||||
|
cpp.includePaths: [project.ide_source_tree + "/src/libs"]
|
||||||
files: [
|
files: [
|
||||||
"tst_algorithm.cpp",
|
"tst_algorithm.cpp",
|
||||||
]
|
]
|
||||||
|
Reference in New Issue
Block a user