summaryrefslogtreecommitdiffstats
path: root/tests/auto/render/qmaterial/qmaterial.pro
diff options
context:
space:
mode:
authorPaul Lemire <paul.lemire@kdab.com>2016-08-25 12:42:43 +0200
committerSean Harmer <sean.harmer@kdab.com>2016-11-18 18:45:07 +0000
commit079a6d40ec13cc522bb0b78c0f521e49ce258a53 (patch)
treea76115946f47aed656b876794a789b7738977444 /tests/auto/render/qmaterial/qmaterial.pro
parentab64b7ea8d134edd912e1b5a2fbb854463289c9d (diff)
Tests: move TestArbiter into core common
As it doesn't make sense to have it in render when mutliple submodules need that for their tests Change-Id: I853ca15a87051e4f63bfd7a24dae5e82014589b8 Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
Diffstat (limited to 'tests/auto/render/qmaterial/qmaterial.pro')
-rw-r--r--tests/auto/render/qmaterial/qmaterial.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/render/qmaterial/qmaterial.pro b/tests/auto/render/qmaterial/qmaterial.pro
index 5aa07f577..e1e2d2f4f 100644
--- a/tests/auto/render/qmaterial/qmaterial.pro
+++ b/tests/auto/render/qmaterial/qmaterial.pro
@@ -8,4 +8,5 @@ CONFIG += testcase
SOURCES += tst_qmaterial.cpp
+include(../../core/common/common.pri)
include(../commons/commons.pri)