aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/testdata/compilerDefinesByLanguage
Commit message (Collapse)AuthorAgeFilesLines
* Prefer built-in JS function in autotestsChristian Kandeler2023-02-161-1/+1
| | | | | | | contains -> includes Change-Id: I330b1ee3319399d6c59ce5a4efaf14c642ad361e Reviewed-by: Ivan Komissarov <ABBAPOH@gmail.com>
* Remove the base module import from most test data projectsJoerg Bornemann2018-06-222-4/+0
| | | | | | | | Keep the base import in blackbox/testdata/deprecated-property to ensure we don't accidentally break it. Change-Id: I790da21a7490ec9c1b0335f45e8707e7e04daa7c Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
* Automatically determine built-in compiler definesJake Petroules2017-08-117-0/+199
This provides users with access to the full list of macros defined by the MSVC, GCC, Clang, or MinGW compiler in use. Change-Id: I6e7f6841bbc18aed13958724b268283d97b17320 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>