From 1a1c2b40759b3a2009e623a9afc7cddfe3ec0986 Mon Sep 17 00:00:00 2001 From: "Bradley T. Hughes" Date: Thu, 22 Mar 2012 13:45:03 +0100 Subject: Add tests/auto/gui/kernel/qguitimer This test is like qguieventdispatcher, it duplicates a corelib test in the gui test suite, since the QtGui library often gets a different event dispatcher implementation from the platform plugin. Change-Id: Ifd724066950bc3b98a804bc2e5d40ce7b0429af4 Reviewed-by: Olivier Goffart --- tests/auto/corelib/kernel/qtimer/tst_qtimer.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'tests/auto/corelib/kernel') diff --git a/tests/auto/corelib/kernel/qtimer/tst_qtimer.cpp b/tests/auto/corelib/kernel/qtimer/tst_qtimer.cpp index e8dade9387..1149155726 100644 --- a/tests/auto/corelib/kernel/qtimer/tst_qtimer.cpp +++ b/tests/auto/corelib/kernel/qtimer/tst_qtimer.cpp @@ -39,6 +39,12 @@ ** ****************************************************************************/ +#ifdef QT_GUI_LIB +# include +#else +# include +#endif + #include #include -- cgit v1.2.3