summaryrefslogtreecommitdiffstats
path: root/tests/auto/other.pro
diff options
context:
space:
mode:
authorRichard Moe Gustavsen <richard.gustavsen@nokia.com>2010-03-23 14:37:20 (GMT)
committerRichard Moe Gustavsen <richard.gustavsen@nokia.com>2010-03-24 09:01:40 (GMT)
commite6bb8a4971b5d48190f9b8e6105926fcd1c47bda (patch)
tree85a902d9cf78d114c4b2c9c5a43fc642e52c2183 /tests/auto/other.pro
parente5453023ec31cada0730e5b53fd11ac1d849af73 (diff)
downloadQt-e6bb8a4971b5d48190f9b8e6105926fcd1c47bda.zip
Qt-e6bb8a4971b5d48190f9b8e6105926fcd1c47bda.tar.gz
Qt-e6bb8a4971b5d48190f9b8e6105926fcd1c47bda.tar.bz2
Mac: new auto test: macnativeevents
This test will utilize the new API I wrote back in the days for posting/listening for native mouse and keyboard events on mac. By being able to create low-level native events that you can post to the window server, we can write tests that not only test the widgets layer of Qt, but also the platform dependent code that translates native events into Qt events. Reviewed-by: msorvig
Diffstat (limited to 'tests/auto/other.pro')
-rw-r--r--tests/auto/other.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/other.pro b/tests/auto/other.pro
index e220d1a..3c8f856 100644
--- a/tests/auto/other.pro
+++ b/tests/auto/other.pro
@@ -37,6 +37,7 @@ SUBDIRS=\
contains(QT_CONFIG, OdfWriter):SUBDIRS += qzip qtextodfwriter
mac: {
SUBDIRS += macgui \
+ macnativeevents \
macplist \
qaccessibility_mac
}