summaryrefslogtreecommitdiff
path: root/tests/auto
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
parent3e7707148e56e766c8bfcc74e5c189e7335c30e9 (diff)
downloadqt-creator-dddf0d2b3f8725f324964da864d282123a5d934d.tar.gz
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')
-rw-r--r--tests/auto/algorithm/algorithm.pro1
-rw-r--r--tests/auto/algorithm/algorithm.qbs2
2 files changed, 1 insertions, 2 deletions
diff --git a/tests/auto/algorithm/algorithm.pro b/tests/auto/algorithm/algorithm.pro
index d1e88a924d..e532c2aad3 100644
--- a/tests/auto/algorithm/algorithm.pro
+++ b/tests/auto/algorithm/algorithm.pro
@@ -1,4 +1,3 @@
-QTC_LIB_DEPENDS = utils
include(../qttest.pri)
SOURCES += tst_algorithm.cpp
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",
]