aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qmltest/qmltest.pro
Commit message (Collapse)AuthorAgeFilesLines
* Mark qmltest as insignificant to get CI to pass againLars Knoll2013-09-281-0/+2
| | | | | | | The animator tests keep crashing randomly. Change-Id: I0d4b177238fc915931c3503b03e29f433ebf4950 Reviewed-by: Lars Knoll <lars.knoll@digia.com>
* Make sure text is output to console on windowsJan Arve Saether2013-09-021-0/+1
| | | | | Change-Id: I33a8a000fb14e2006475c54f3c5bc4e2dd8f0751 Reviewed-by: Caroline Chao <caroline.chao@digia.com>
* Re-enable qmltest on MacLiang Qi2013-05-221-1/+0
| | | | | | | | | Only tst_fontloader.qml fails on Mac, and we have useful Qt.platform.os. Task-number: QTBUG-25306 Change-Id: I6f4082028a188453378ad7ef73f51b1df2d89f11 Reviewed-by: Gabriel de Dietrich <gabriel.dedietrich@digia.com> Reviewed-by: Sergio Ahumada <sergio.ahumada@digia.com>
* remove some unnecessary CONFIG additionsOswald Buddenhagen2012-12-161-1/+1
| | | | | | | | qt is already added by spec_pre.prf, warn_on by default_pre.prf and dll by qt_module.prf. Change-Id: I449e49275622bac39b7d76af8855c417ddce21e9 Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
* Set the Qt API level to compatibility mode in all tests.Thiago Macieira2012-08-011-0/+1
| | | | | | | | | | Qt 5.0 beta requires changing the default to the 5.0 API, disabling the deprecated code. However, tests should test (and often do) the compatibility API too, so turn it back on. Task-number: QTBUG-25053 Change-Id: I6988c2360e9d88916311374a0c910bfc5b607439 Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
* Re-enable qmltest on non-Mac platforms.Jason McDonald2012-04-261-1/+1
| | | | | | | | The test only fails on Mac, so only make it insignificant on Mac. Task-number: QTBUG-25306 Change-Id: If8ca4422ad1db38392397770ef3004ed4a0e8274 Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
* Add bug numbers for insignificant tests.Jason McDonald2012-04-161-1/+1
| | | | | Change-Id: Ic68f722e27edab52d68742cc45efa69d86ad4f3b Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
* Rename QDeclarative symbols to QQuick and QQmlMatthew Vogt2012-02-241-1/+1
| | | | | | | | | | | | | Symbols beginning with QDeclarative are already exported by the quick1 module. Users can apply the bin/rename-qtdeclarative-symbols.sh script to modify client code using the previous names of the renamed symbols. Task-number: QTBUG-23737 Change-Id: Ifaa482663767634931e8711a8e9bf6e404859e66 Reviewed-by: Martin Jones <martin.jones@nokia.com>
* deply testdata properly for qmltestCharles Yin2011-10-041-8/+7
| | | | | | | Change-Id: I9ac2df09c5297a20934b219c3312c8a22011546a Reviewed-on: http://codereview.qt-project.org/5961 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Charles Yin <charles.yin@nokia.com>
* fix typosCharles Yin2011-05-301-2/+2
| | | | Change-Id: Iff14f7378bf8fa063bd6096a8662d47320564af6
* Work around remaining 'make check' failures.Martin Jones2011-05-271-0/+2
| | | | Change-Id: Ie4480d4f05f5d784eb277fa2be6e502da00524f8
* Integrate QtQuickTest into QtCharles Yin2011-05-201-0/+11
Change-Id: I558821c0dec9166ea1d0d2e1e2f889553c436316 Task-number:QTBUG-16082