summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools/qsharedpointer/externaltests.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/corelib/tools/qsharedpointer/externaltests.h')
-rw-r--r--tests/auto/corelib/tools/qsharedpointer/externaltests.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/auto/corelib/tools/qsharedpointer/externaltests.h b/tests/auto/corelib/tools/qsharedpointer/externaltests.h
index 0e3af6628f..7f64d73946 100644
--- a/tests/auto/corelib/tools/qsharedpointer/externaltests.h
+++ b/tests/auto/corelib/tools/qsharedpointer/externaltests.h
@@ -77,7 +77,8 @@ namespace QTest {
QtTest = 0x0200,
QtDBus = 0x0400,
QtWebKit = 0x0800,
- Phonon = 0x1000 // odd man out
+ QtWidgets = 0x1000,
+ Phonon = 0x2000 // odd man out
};
Q_DECLARE_FLAGS(QtModules, QtModule)
@@ -85,9 +86,8 @@ namespace QTest {
AutoApplication,
Applicationless,
QCoreApplication,
- QApplicationTty,
- QApplicationGuiClient,
- QApplicationGuiServer
+ QGuiApplication,
+ QApplication
};
QList<QByteArray> qmakeSettings() const;