qt5base-lts/tests/auto/corelib
Andreas Buhr 21ce257b6c Repair tst_qcoreapplication to not segfault on Android
tst_qcoreapplication.cpp is used both in tst_qcoreapplication and
tst_qguiapplication. To distinguish these two compilations,
the define QT_GUI_LIB was used. This led to an error on Android,
where Qt::Gui is always linked, because the Qt Android Platform
Plugin needs it.
This patch introduces the preprocessor define QT_QGUIAPPLICATIONTEST
which is to be used only in the compilation of tst_qguiapplication.
This is then used instead of QT_GUI_LIB.

Change-Id: Ifa5bfacb197d68365288c1da85573106515fc6c2
Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
2022-02-15 09:10:59 +01:00
..
animation tst_qanimationgroup: fix memleaks 2022-01-05 08:22:00 +01:00
global Exclude denormal test cases if system doesn't support it 2022-02-15 00:48:23 +02:00
io Cleanup tests that add test data to resources explicitly 2022-02-11 21:54:44 +01:00
itemmodels tst_QItemModel: fix memleaks 2022-01-05 08:22:00 +01:00
kernel Repair tst_qcoreapplication to not segfault on Android 2022-02-15 09:10:59 +01:00
mimetypes Remove unused .qrc files 2022-01-17 23:17:01 +01:00
platform Android: Add runOnMainAndroidThread() under QNativeInterface 2021-05-26 23:24:11 +00:00
plugin QPluginLoader: report the right load hints 2022-02-03 03:26:40 +01:00
serialization Exclude denormal test cases if system doesn't support it 2022-02-15 00:48:23 +02:00
text Exclude denormal test cases if system doesn't support it 2022-02-15 00:48:23 +02:00
thread Activate tst_QFutureWatcher for Android 2022-02-15 00:42:29 +01:00
time Fix an inaccurate comment and update a test case 2022-02-09 20:46:24 +00:00
tools Exclude denormal test cases if system doesn't support it 2022-02-15 00:48:23 +02:00
CMakeLists.txt Add tests for QAndroidApplication's sdkVersion and activity 2021-05-13 01:41:36 +03:00