qt5base-lts/tests/auto/corelib/global/qoperatingsystemversion
Mårten Nordheim 3446313c7a Teach QOperatingSystemVersion to handle new OS entries in patch releases
Adding new entries to QOperatingSystemVersion in patch releases
was previously breaking our BC guarantees because the entries are
exported, thus users cannot freely switch between different
patch-releases without a recompile if they adopted the new entries.

Move the data itself to a base class so that the entries can be
constructed inline.

Task-number: QTBUG-97808
Change-Id: Ic44f07488af8a04a3bedc10bebb740c4d68f43f3
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2021-11-12 18:06:44 +01:00
..
.gitignore Add tests for QOperatingSystemVersion 2020-11-09 16:01:33 +01:00
CMakeLists.txt Add tests for QOperatingSystemVersion 2020-11-09 16:01:33 +01:00
tst_qoperatingsystemversion.cpp Teach QOperatingSystemVersion to handle new OS entries in patch releases 2021-11-12 18:06:44 +01:00