aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/algorithm/algorithm.qbs
diff options
context:
space:
mode:
authorOrgad Shaneh <orgad.shaneh@audiocodes.com>2016-08-04 12:44:25 +0300
committerOrgad Shaneh <orgads@gmail.com>2016-08-04 11:27:44 +0000
commitdddf0d2b3f8725f324964da864d282123a5d934d (patch)
tree3aa3494f31729c3c8364b7022fbf045f3294e8d5 /tests/auto/algorithm/algorithm.qbs
parent3e7707148e56e766c8bfcc74e5c189e7335c30e9 (diff)
Tests: Remove Utils dependency in algorithm test
It depends on header-only implementation. Change-Id: Ib0a1dc92789b2d3e527f1d3cd1a4393f92e161e1 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
Diffstat (limited to 'tests/auto/algorithm/algorithm.qbs')
-rw-r--r--tests/auto/algorithm/algorithm.qbs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/algorithm/algorithm.qbs b/tests/auto/algorithm/algorithm.qbs
index 6131f95f86..6adc0fffdc 100644
--- a/tests/auto/algorithm/algorithm.qbs
+++ b/tests/auto/algorithm/algorithm.qbs
@@ -2,8 +2,8 @@ import qbs
QtcAutotest {
name: "Algorithm autotest"
- Depends { name: "Utils" }
+ cpp.includePaths: [project.ide_source_tree + "/src/libs"]
files: [
"tst_algorithm.cpp",
]