aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/testdata/escaped-linker-flags
Commit message (Collapse)AuthorAgeFilesLines
* Remove the base module import from most test data projectsJoerg Bornemann2018-06-221-2/+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>
* Fix autotest for mingwChristian Kandeler2017-04-141-2/+2
| | | | | | | | The linker flag that we chose to test the option escaping mechanism with does not exist in mingw's ld. Change-Id: I3446d1061a07394d0a10ada82ee0840e89b69f3f Reviewed-by: Jake Petroules <jake.petroules@qt.io>
* GCC: remove escaped linker flags compatibility modeChristian Kandeler2017-04-122-0/+16
The old warning was incredibly noisy and almost always unnecessary. Users should have had enough time to migrate their projects by now, so specifying pre-escaped linker flags will now properly result in a linker error, but a helpful warning remains by default, which is only emitted if the linker flags look suspicious to begin with. Change-Id: I1ad1e9647fd490619eeb65eeb88f5bbbf58aa18f Reviewed-by: Jake Petroules <jake.petroules@qt.io>