diff options
author | Thiago Macieira <thiago.macieira@nokia.com> | 2009-06-30 14:21:44 (GMT) |
---|---|---|
committer | Thiago Macieira <thiago.macieira@nokia.com> | 2009-07-02 09:43:37 (GMT) |
commit | 202167643206bbfb50cce605fdfbd4cfef843bad (patch) | |
tree | 7c3ab5587cc9128fc90ddfec5e25f3926d5e7c12 /tests/auto/auto.pro | |
parent | d675a1f752f6acb57c66082b9b25e1b8aa337f8a (diff) | |
download | Qt-202167643206bbfb50cce605fdfbd4cfef843bad.zip Qt-202167643206bbfb50cce605fdfbd4cfef843bad.tar.gz Qt-202167643206bbfb50cce605fdfbd4cfef843bad.tar.bz2 |
Autotest: Add testing of QDBusAbstractInterface
Diffstat (limited to 'tests/auto/auto.pro')
-rw-r--r-- | tests/auto/auto.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro index fd887fd..8bc2ed9 100644 --- a/tests/auto/auto.pro +++ b/tests/auto/auto.pro @@ -419,6 +419,7 @@ xmlpatternsxslts.depends = xmlpatternsxqts unix:!embedded:contains(QT_CONFIG, dbus):SUBDIRS += \ qdbusabstractadaptor \ + qdbusabstractinterface \ qdbusconnection \ qdbusinterface \ qdbuslocalcalls \ |