diff options
author | Robin Burchell <robin.burchell@collabora.co.uk> | 2010-07-14 21:43:58 (GMT) |
---|---|---|
committer | Andreas Kling <andreas.kling@nokia.com> | 2010-07-14 21:43:58 (GMT) |
commit | 6536b6f16ff26579f191543e5d468a6382211a29 (patch) | |
tree | 3d635f305c52a14a3e9638c8a063186f0fb71ee9 /tests/auto/gui.pro | |
parent | 00b7befbc003682a351c18d90436010efd26ece5 (diff) | |
download | Qt-6536b6f16ff26579f191543e5d468a6382211a29.zip Qt-6536b6f16ff26579f191543e5d468a6382211a29.tar.gz Qt-6536b6f16ff26579f191543e5d468a6382211a29.tar.bz2 |
Add unit tests for QMimeData.
Merge-request: 2428
Reviewed-by: Andreas Kling <andreas.kling@nokia.com>
Diffstat (limited to 'tests/auto/gui.pro')
-rw-r--r-- | tests/auto/gui.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/gui.pro b/tests/auto/gui.pro index cfaa3fa..2d9ea93 100644 --- a/tests/auto/gui.pro +++ b/tests/auto/gui.pro @@ -112,6 +112,7 @@ SUBDIRS=\ qmdisubwindow \ qmessagebox \ qmetaobject \ + qmimedata \ qmouseevent_modal \ qmovie \ qnetworkaccessmanager_and_qprogressdialog \ |