summaryrefslogtreecommitdiffstats
path: root/tests/auto/auto.pro
diff options
context:
space:
mode:
authorPaul Lemire <paul.lemire@kdab.com>2018-07-06 08:35:33 +0200
committerPaul Lemire <paul.lemire@kdab.com>2018-08-20 07:54:29 +0000
commite92e3d36c2fdafeb713bc42164eb6dbad46e2d5b (patch)
treee8328dd14914df28ebeebcca30a0390fc06b65b8 /tests/auto/auto.pro
parent4030e1796ca10c0eeab4fcb6cc6000b5bdb08028 (diff)
Renderer: remove code shutting down thread in renderer dtor
This should have already been performed by Renderer::shutdown(). Doing it again in the dtor only hides potential issues. Change-Id: I33b02df42d1667ea4cbc02cb6f4cb8fabcf70996 Reviewed-by: Mike Krus <mike.krus@kdab.com>
Diffstat (limited to 'tests/auto/auto.pro')
-rw-r--r--tests/auto/auto.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro
index 6bb3597ea..971edcb39 100644
--- a/tests/auto/auto.pro
+++ b/tests/auto/auto.pro
@@ -3,7 +3,8 @@ TEMPLATE = subdirs
SUBDIRS = \
coretest \
core \
- cmake
+ cmake \
+ global
installed_cmake.depends = cmake