qt5base-lts/tests/auto/other/compiler
Lars Knoll b4fd377aa9 Make utf8_source the default for qmake builds
We now assume that source code is encoded in UTF-8 by default on
all platforms (and verify this with an auto test). Provide
a CONFIG+=no_utf8_source option for backwards compatibility.

[ChangeLog][qmake] qmake will tell the compiler that source code is
encoded in utf-8 by default. This mainly has an effect on Windows, where
MSVC still assumes source code is encoded in the current ANSI code page.
Use CONFIG+=no_utf8_source to get back the Qt 5 behavior.

Change-Id: I6dcafcaeefdea7d3907ccb723aeb7d23ccc0f04f
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2020-05-14 19:14:51 +02:00
..
.gitignore Moved autotests in category 'other' into new directory structure 2011-09-09 09:36:41 +02:00
.prev_CMakeLists.txt Regenerate tests/auto/other 2019-11-13 10:12:04 +00:00
baseclass.cpp Updated license headers 2016-01-21 18:55:18 +00:00
baseclass.h Updated license headers 2016-01-21 18:55:18 +00:00
CMakeLists.txt Convert tests/auto/other 2019-10-28 12:19:50 +00:00
compiler.pro Use qtConfig throughout in qtbase 2016-08-19 04:28:05 +00:00
derivedclass.cpp Updated license headers 2016-01-21 18:55:18 +00:00
derivedclass.h Updated license headers 2016-01-21 18:55:18 +00:00
othersource.cpp Updated license headers 2016-01-21 18:55:18 +00:00
tst_compiler.cpp Make utf8_source the default for qmake builds 2020-05-14 19:14:51 +02:00