qt5base-lts/tests/auto/corelib/plugin/qpluginloader
Simon Hausmann 4d289edb14 Disable debug-and-release builds for MinGW
The requirement to separate debug and release DLLs on Windows stems from
the Visual Studio C run-time library appearing in two different variants
(debug and release) and not mixing well. It's possible to perform builds
without optimzations and with debug symbols while linking against the
release version of the C run-time, but at the same time the debug
version of the run-time brings other developer visible advantages.

MinGW on the other hand does not have this distinction, does not ship
with separate DLLS and does also not require the VS C runtime library.
Therefore we do not need this separation for MinGW, which means that our
packages can be reduced in size and application developers wishing to
debug their applications do not have to use debug builds of the Qt
libraries or run into Qt internal debug code.

Task-number: QTBUG-78445
Change-Id: Idf588606091298dc44262c4c89e689df18d34747
Reviewed-by: Cristian Adam <cristian.adam@qt.io>
Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io>
2019-09-18 06:28:16 +00:00
..
almostplugin Updated license headers 2016-01-21 18:55:18 +00:00
elftest Remove spurious execute permissions 2017-12-08 13:27:42 +00:00
lib Use msvc qmake scope where appropriate 2018-11-22 14:16:52 +00:00
machtest Avoid invalid qmake code in macOS-specific pluginloader test 2018-11-30 14:47:29 +00:00
staticplugin moc: Add a standard way of specifying a URI as part of Q_PLUGIN_METADATA 2019-04-11 14:43:27 +00:00
theplugin moc: Fix compilation of text strings containing non-ASCII 2018-09-10 04:17:03 +00:00
tst Disable debug-and-release builds for MinGW 2019-09-18 06:28:16 +00:00
.gitignore Moving relevant tests to corelib/plugin 2011-09-01 12:42:51 +02:00
empty.json Use new plugin system in plugin autotest. 2012-02-23 16:38:45 +01:00
fakeplugin.cpp Update the Intel copyright year 2016-01-21 22:44:16 +00:00
qpluginloader.pro Merge remote-tracking branch 'origin/5.12' into 5.13 2019-03-06 12:31:50 +01:00
tst_qpluginloader.cpp Merge remote-tracking branch 'origin/5.13' into dev 2019-07-05 15:37:50 +02:00
utf8_data.json moc: Fix compilation of text strings containing non-ASCII 2018-09-10 04:17:03 +00:00
winrt.pri winrt: cleanup testcases 2016-01-29 13:35:48 +00:00