summaryrefslogtreecommitdiffstats
path: root/qtfeedback.pro
Commit message (Collapse)AuthorAgeFilesLines
* use centralized handling of QT_BUILD_PARTSOswald Buddenhagen2012-07-111-16/+1
| | | | | Change-Id: Id4e0244015c828d855e4f3485cf18ef77e48e3d6 Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
* Don't install tests by default.Rohan McGovern2011-11-171-1/+2
| | | | | | | | | | Installing tests is a relatively rare use case, and is already disabled by default for some qt5 modules. Make the behavior consistent and disable it by default here too. Change-Id: Ie12124390247189a4f93d9eafabd643e651d34ef Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Kalle Lehtonen <kalle.ju.lehtonen@nokia.com>
* Enable feedback plugin and multimedia kit testsJaakko Korpela2011-09-301-7/+7
| | | | | | | | | These tests do not require xcb plugin can can be run on OBS Change-Id: I6baeac672b1aada0e4f6c75a3c02f43116db3de5 Reviewed-on: http://codereview.qt-project.org/5806 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Xizhi Zhu <xizhi.zhu@nokia.com>
* Initial commit of modularized QtFeedback.Xizhi Zhu2011-07-011-0/+15
TODO: 1) Remove qmobilitypluginsearch.h 2) Fix auto tests.