summaryrefslogtreecommitdiffstats
path: root/tests/auto/host.pro
Commit message (Collapse)AuthorAgeFilesLines
* Moved autotests in category 'tools' into new directory structureJo Asplin2011-09-121-4/+0
| | | | | | | | | Task-number: QTBUG-21355 Change-Id: I315d4b1f55d42391524c0e8625952dee1b96fca3 Reviewed-on: http://codereview.qt-project.org/4449 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
* Moved autotests in category 'other' into new directory structureJo Asplin2011-09-091-4/+0
| | | | | | | | | Task-number: QTBUG-21327 Change-Id: I296063b665809e0411a7546fc9b41a287317ecb7 Reviewed-on: http://codereview.qt-project.org/4326 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
* Add task numbers for disabled autotestsJason McDonald2011-05-231-2/+2
| | | | | Change-Id: I830cdbf60ad1edf554b19cd7e6fdbd459f3e160f Reviewed-by: Trust Me
* tests: clean up usage of QT_CONFIG to fix circular dependenciesRohan McGovern2011-05-161-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | With modularized Qt, using QT_CONFIG is dangerous, because the behavior changes depending on the order in which modules are qmake'd. For example, an autotest doing: contains(QT_CONFIG,svg):QT += svg ...will depend on libQtSvg if (and only if) the autotest is qmake'd _after_ qtsvg is qmake'd. This makes the tested functionality unpredictable. Also, if the above example occurs within qtbase, it causes the test to sometimes have a circular dependency: if qtsvg is qmake'd before the test is qmake'd, the test in qtbase depends on qtsvg which depends on qtbase. Tests must avoid functionality tests via QT_CONFIG except where all the tested modules are dependencies of the current module. Usage of QT_CONFIG with qt3support was entirely removed since Qt5 will not retain qt3support. Reviewed-by: Jason McDonald Change-Id: I5a5013b3ec7e1f38fb78864763c9e7586c15e70b
* tst_moc: remove QtSvg dependencyOlivier Goffart2011-05-131-1/+1
| | | | | The test for no keyword of every header should be done by the tst_CompilerWarnings test
* tests: add bug numbers to a few FIXMEsRohan McGovern2011-05-131-1/+1
| | | | Change-Id: Idd01ce127859516dbab10644b97b281cb5218720
* tests: disable tests in qtbase which depend on qtsvgRohan McGovern2011-05-111-1/+1
| | | | | Reviewed-by: Jason McDonald Change-Id: I2416d34b5c262e20ee18f7121e8745327d5614f8
* Add tst_headersclean for each moduleLiang Qi2011-04-271-0/+1
|
* Removed reference to linguist test, which is now in qttools.axis2011-04-271-1/+0
|
* Removed uic3 autotest from qtbasePrasanth Ullattil2011-04-271-1/+1
|
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+14
This is the beginning of revision history for this module. If you want to look at revision history older than this, please refer to the Qt Git wiki for how to use Git history grafting. At the time of writing, this wiki is located here: http://qt.gitorious.org/qt/pages/GitIntroductionWithQt If you have already performed the grafting and you don't see any history beyond this commit, try running "git log" with the "--follow" argument. Branched from the monolithic repo, Qt master branch, at commit 896db169ea224deb96c59ce8af800d019de63f12