summaryrefslogtreecommitdiffstats
path: root/tests/auto/dbus.pro
Commit message (Collapse)AuthorAgeFilesLines
* Revert ea6ec4c781d5e94425b70f9f4e45d3e50eb12299Albert Astals Cid2013-08-081-1/+0
| | | | | | | | | | It has been discovered it changes the behavior of qdbuscpp2xml resulting in builds of some apps breaking. Even if the behavior is more correct, such behavior change in a stable branch is not acceptable Change-Id: I94826b06861188455779ee22218685951f0f8d6b Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
* Expose invokables that are not slots in the xmlAlbert Astals Cid2013-07-311-0/+1
| | | | | | | | | Without it the invocations were working but were not listed on introspection Backported from Qt5: qtbase commit c3f485c5250a503832e767e1fe5e40595126f6c5 Change-Id: Ie62f7dc3577f52b6888ddebf0392fdf51f2845a5 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
* tests: make tests compile or disable those which don't compileSergio Ahumada2011-12-071-0/+2
| | | | | | | | | These changes are mostly a backport from qtbase and a fix to those tests that are dependent on private APIs. Change-Id: I6e647583d7aaddf525d719c3b61f59a0c9aedf74 Reviewed-by: Rohan McGovern Reviewed-by: Friedemann Kleint
* Move the QDBusPerformance test to the tests/benchmark dirThiago Macieira2011-04-131-1/+0
|
* Add routines to validate D-Bus signature in QtDBusThiago Macieira2011-04-131-0/+1
|
* Remove qdbusserver from tests/auto/dbus.proRohan McGovern2010-05-141-1/+0
|
* Move tests into separate .pro files, based on Qt module.Rohan McGovern2010-03-031-0/+20
Having the tests in separate projects allows for some optimization strategies when running the tests (e.g. start running corelib tests while the rest of Qt is still compiling), and allows developers to run only a subset of tests when appropriate.