summaryrefslogtreecommitdiffstats
path: root/src/testlib/qtestkeyboard.h
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@nokia.com>2009-09-14 16:49:23 (GMT)
committerThiago Macieira <thiago.macieira@nokia.com>2009-09-14 17:00:29 (GMT)
commitbbb471f82159b58bbeb63e68cba1ae0a47faf77b (patch)
tree7bdf617e6ef371ea5117fe715281b780f835153b /src/testlib/qtestkeyboard.h
parent037e5066f8ef5279fae8fd9636a1b710cf187d1f (diff)
downloadQt-bbb471f82159b58bbeb63e68cba1ae0a47faf77b.zip
Qt-bbb471f82159b58bbeb63e68cba1ae0a47faf77b.tar.gz
Qt-bbb471f82159b58bbeb63e68cba1ae0a47faf77b.tar.bz2
Move the QT_GUI_LIB check to qtestevent.h instead of qtestmouse.h.
This allows #including qtestmouse.h and qtestkeyboard directly to get mouse testing. All QtTest headers are still unsupported (you should always include QtTest/QtTest) but we can still fix issues like this. I have verified with the preprocessor that no GUI code is enabled by including QtTest if QT_GUI_LIB isn't defined. This should not bring the MinGW autotest failures back that the a250ca3a3c0 commit was trying to fix. Reviewed-by: Trust Me
Diffstat (limited to 'src/testlib/qtestkeyboard.h')
-rw-r--r--src/testlib/qtestkeyboard.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testlib/qtestkeyboard.h b/src/testlib/qtestkeyboard.h
index 42012e9..11c3b70 100644
--- a/src/testlib/qtestkeyboard.h
+++ b/src/testlib/qtestkeyboard.h
@@ -39,7 +39,7 @@
**
****************************************************************************/
-#if !defined(QTESTKEYBOARD_H) && defined(QT_GUI_LIB)
+#if !defined(QTESTKEYBOARD_H)
#define QTESTKEYBOARD_H
#if 0