summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@theqtcompany.com>2015-05-21 14:58:33 +0200
committerFriedemann Kleint <Friedemann.Kleint@theqtcompany.com>2015-05-22 04:37:52 +0000
commit9d9450f5f962059a405a66a08274ec51a0537c31 (patch)
tree93f81f25aac02a4e7751f9f4c70b297403275cf9 /tests
parentb0a1a134c2a41b7894f70ed72a4c3f8ddc1066de (diff)
Add CONFIG += testcase to test qglobalstatic.
Otherwise, make check does nothing, always succeeding. Change-Id: I0fe04697e02ab0f33cd9aebb550777e200c70804 Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/corelib/global/qglobalstatic/qglobalstatic.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/corelib/global/qglobalstatic/qglobalstatic.pro b/tests/auto/corelib/global/qglobalstatic/qglobalstatic.pro
index 21cab8f67d..7b374505ce 100644
--- a/tests/auto/corelib/global/qglobalstatic/qglobalstatic.pro
+++ b/tests/auto/corelib/global/qglobalstatic/qglobalstatic.pro
@@ -1,3 +1,4 @@
+CONFIG += testcase
QT += testlib core-private
QT -= gui