diff options
| author | Friedemann Kleint <Friedemann.Kleint@theqtcompany.com> | 2015-05-21 14:58:33 +0200 |
|---|---|---|
| committer | Friedemann Kleint <Friedemann.Kleint@theqtcompany.com> | 2015-05-22 04:37:52 +0000 |
| commit | 9d9450f5f962059a405a66a08274ec51a0537c31 (patch) | |
| tree | 93f81f25aac02a4e7751f9f4c70b297403275cf9 | |
| parent | b0a1a134c2a41b7894f70ed72a4c3f8ddc1066de (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>
| -rw-r--r-- | tests/auto/corelib/global/qglobalstatic/qglobalstatic.pro | 1 |
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 21cab8f67d5..7b374505ce8 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 |
