aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/ecmascripttests/testcase.pro
Commit message (Collapse)AuthorAgeFilesLines
* Remove the qmake project filesFabian Kosmale2021-01-151-17/+0
| | | | | | | | | Remove all qmake project files, except for examples which are used to test that qmake continues to work. Change-Id: Ic4abb72dc2dcd75df7a797c56056b6b3c5fe62ac Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io> Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
* Prospective workaround for accidental c++11 build with 10.14Simon Hausmann2020-01-311-0/+2
| | | | | | | | | | | | | | When switching to macOS 10.14 and the xcode we install there, mysteriously qtbase switches from c++17 to c++11 when compiling the tests, which breaks this particular test as it includes qv4arraydata_p.h, which in turn requires C++14's std::aligned_storage_t. Once we enforce C++17 in qtbase this should not be needed anymore, but we can only enforce that once we've switched to macOS 10.14. Change-Id: Iaa2b55dfd2bfd23f908a211ca90255ef522bc6ff Reviewed-by: Lars Knoll <lars.knoll@qt.io> Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
* Use the new test runner for the autotestLars Knoll2018-05-021-0/+15
It's quite a bit faster than the old test runner. Change-Id: If7e59dd175d740f3f702032f4affeff786be8a32 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>