qt5base-lts/tests/auto/corelib/io/qresourceengine
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
..
staticplugin Make it easier to use resources in plugins when using static linking 2018-04-23 13:56:07 +00:00
testqrc tst_QResourceEngine: store the actual byte contents that we expect 2018-11-19 09:09:20 +00:00
.gitattributes tst_QResourceEngine: store the actual byte contents that we expect 2018-11-19 09:09:20 +00:00
.gitignore Update .gitignore for tests/auto/corelib/io/qresourceengine 2011-12-12 12:51:02 +01:00
android_testdata.qrc Android: Fix QResourceEngine tests 2014-12-19 16:00:41 +01:00
parentdir.txt Moving relevant tests to corelib/io 2011-08-31 10:08:38 +02:00
qresourceengine_test.pro Disable debug-and-release builds for MinGW 2019-09-18 06:28:16 +00:00
qresourceengine.pro tst_qresourceengine: Fix test for configurations with builtin_testdata 2018-05-07 07:59:37 +00:00
tst_qresourceengine.cpp QResource: deprecate isCompressed() 2019-07-16 22:36:27 -03:00