qt5base-lts/tests/auto/corelib
Alexandru Croitor 4e7af2061e Merge remote-tracking branch 'origin/wip/cmake' into dev
This pulls the CMake port, which not only adds CMake files but also
modifies existing code. A brief summary of "seemingly unrelated" changes:

    * configure.json was re-formatted to not use multi-line strings. That
      is an extension of the Qt JSON parser but not JSON compliant, which
      is needed for the configure.json-to-cmake conversion script (python).
    * Some moc inclusions were added due to CMake's slightly different way
      of handling moc. With the changes the files build with qmake and cmake.
    * Since CMake just grep's for the Q_OBJECT macro to determine whether to
      call moc (instead of doing pre-processing like qmake), the existing use
      of "Q_OBJECT" in our documentation was changed to \Q_OBJECT, which cmake
      doesn't see and which is now a qdoc macro.
    * QTestLib's qFindTestData was extended to also search in the source
      directory known at build time.

What this change also brings is a new way of building modules in Coin by using
YAML configuration files that describe the steps of building and testing in Coin
specific terms. The platform configuration files in qt5 are instructed to use the
old Coin built-in way of testing ("UseLegacyInstructions" feature) but for any
configurations that do not have this, these yaml files in the coin/ sub-directory
are used and shared across repositories.

Change-Id: I1d832c3400e8d6945ad787024ba60e7440225c08
2020-02-03 15:01:53 +00:00
..
animation Merge remote-tracking branch 'origin/dev' into wip/cmake 2020-01-29 16:57:27 +01:00
codecs Regenerate tests/auto/corelib/codecs 2019-11-12 17:26:41 +00:00
global Merge remote-tracking branch 'origin/dev' into merge-dev 2020-01-24 13:17:33 +01:00
io Merge remote-tracking branch 'origin/dev' into wip/cmake 2020-01-29 16:57:27 +01:00
itemmodels Merge remote-tracking branch 'origin/dev' into merge-dev 2020-01-24 13:17:33 +01:00
kernel Merge remote-tracking branch 'origin/wip/cmake' into dev 2020-02-03 15:01:53 +00:00
mimetypes Post Merge Fixes 2020-01-24 12:29:18 +00:00
plugin Merge remote-tracking branch 'origin/dev' into merge-dev 2020-01-24 13:17:33 +01:00
serialization Merge remote-tracking branch 'origin/wip/cmake' into dev 2020-02-03 15:01:53 +00:00
statemachine Merge remote-tracking branch 'origin/dev' into wip/cmake 2019-11-19 13:53:21 +01:00
text Merge remote-tracking branch 'origin/wip/cmake' into dev 2020-02-03 15:01:53 +00:00
thread Merge remote-tracking branch 'origin/dev' into wip/cmake 2020-01-29 16:57:27 +01:00
time Merge remote-tracking branch 'origin/dev' into merge-dev 2020-01-24 13:17:33 +01:00
tools Merge remote-tracking branch 'origin/wip/cmake' into dev 2020-02-03 15:01:53 +00:00
.prev_CMakeLists.txt Merge branch 'wip/qt6' into wip/cmake 2019-08-15 16:53:19 +02:00
CMakeLists.txt Convert corelib plugin tests 2019-10-21 11:17:20 +00:00
corelib.pro Move text-related code out of corelib/tools/ to corelib/text/ 2019-07-10 17:05:30 +02:00