qt5base-lts/tests/auto/corelib
Oliver Wolff 4d7137c4a0 tst_qobject: Fix execution in debug&release shadow builds
The previous approach of having the signalbug helper in a subdirectory did
not work for shadow builds, as QFINDTESTDATA would not find that dir. By
putting both test and helper into the same directory, the helper will be
found in the test's current working directory.

The second problem was that not putting executables into debug/release
subdirectories might have lead to the WinRT AppxManifest being overwritten
by the wrong configuration. When Qt is configured with -release for
example, it was possible that the debug manifest (Manifest files are
always created next to the target) is written last and thus contains
debug VCLibs as a dependency.

Change-Id: Ia39315432860405642542449296c16dd2ae9fa9f
Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>
2018-06-26 10:56:31 +00:00
..
animation qtbase: cleanup BLACKLIST files 2018-02-13 15:20:33 +00:00
codecs Deregister QTextCodec on destruction 2018-05-26 18:50:24 +00:00
global Declare the operator| in the Qt namespace for QFlags in that namespaces 2018-04-08 14:24:27 +00:00
io tst_qresourceengine: Fix position of testqrc for builtin testdata 2018-06-22 05:02:40 +00:00
itemmodels Merge remote-tracking branch 'origin/5.11' into dev 2018-05-29 01:00:09 +02:00
kernel tst_qobject: Fix execution in debug&release shadow builds 2018-06-26 10:56:31 +00:00
mimetypes QMimeDatabase: fix assert when fetching data for invalid mimetype 2018-04-06 07:19:01 +00:00
plugin tst_QLibrary: Ensure installation order of testdata libs 2018-03-02 07:20:04 +00:00
serialization QCborValue: add support for QVariant and JSON conversions 2018-06-08 07:46:41 +00:00
statemachine tst_QStateMachine: Don't use unconditional waits 2018-04-04 07:07:40 +00:00
thread Blacklist tst_QThread::create 2018-06-15 09:13:04 +00:00
tools QByteArray: add compare() with case sensitivity options 2018-06-22 20:12:41 +00:00
corelib.pro Create corelib/serialization and move existing file formats into it 2018-01-26 20:59:50 +00:00