diff options
author | Ulf Hermann <[email protected]> | 2018-02-09 15:38:27 +0100 |
---|---|---|
committer | Ulf Hermann <[email protected]> | 2018-03-21 10:31:08 +0000 |
commit | 955cf40b18ba37c46d692206c5fc39e93bfda01c (patch) | |
tree | fa0f4ae98f34f222473331a8691bb244368ac6c2 /src/testlib/qttestglobal.h | |
parent | 4db38197c2bac8bcee9d08a0e20ed2c8d127b8f2 (diff) |
Testlib: Add a feature for the item model tester
It depends on QAbstractItemModel, so we need to switch it off if
itemmodel is unavailable.
Change-Id: I97246767a5e387b7a2cee90c34125a8411ef1c4e
Reviewed-by: Oswald Buddenhagen <[email protected]>
Diffstat (limited to 'src/testlib/qttestglobal.h')
-rw-r--r-- | src/testlib/qttestglobal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/testlib/qttestglobal.h b/src/testlib/qttestglobal.h index d07464345d2..9561e56ba37 100644 --- a/src/testlib/qttestglobal.h +++ b/src/testlib/qttestglobal.h @@ -41,6 +41,7 @@ #define QTTESTGLOBAL_H #include <QtCore/qglobal.h> +#include <QtTest/qttestlib-config.h> QT_BEGIN_NAMESPACE |