Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qttestglobal.h
Go to the documentation of this file.
1// Copyright (C) 2016 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
3
4#ifndef QTTESTGLOBAL_H
5#define QTTESTGLOBAL_H
6
7#include <QtCore/qglobal.h>
8#include <QtTest/qttestlib-config.h>
9#include <QtTest/qttestexports.h>
10
12
13#if (defined Q_CC_HPACC) && (defined __ia64)
14# ifdef Q_TESTLIB_EXPORT
15# undef Q_TESTLIB_EXPORT
16# endif
17# define Q_TESTLIB_EXPORT
18#endif
19
20#define QTEST_VERSION QT_VERSION
21#define QTEST_VERSION_STR QT_VERSION_STR
22
23namespace QTest
24{
25 enum TestFailMode { Abort = 1, Continue = 2 };
27 CustomCompare, /* Used for QCOMPARE() */
28 Equal,
34 };
35}
36
38
39#endif
Combined button and popup list for selecting options.
ComparisonOperation