let's see if better eventloop integr. makes it into Qt4.9, if any
https://bugreports.qt.nokia.com//browse/QTBUG-16934
This commit is contained in:
parent
70c659f4da
commit
18a22145c6
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
#if QT_VERSION >= QT_VERSION_CHECK( 4, 8, 1 )
|
#if QT_VERSION >= QT_VERSION_CHECK( 4, 9, 0 )
|
||||||
#define QT_UNIX_EVENT_LOOP_SUPPORT
|
#define QT_UNIX_EVENT_LOOP_SUPPORT
|
||||||
#ifdef KDE_HAVE_GLIB
|
#ifdef KDE_HAVE_GLIB
|
||||||
#define GLIB_EVENT_LOOP_SUPPORT
|
#define GLIB_EVENT_LOOP_SUPPORT
|
||||||
|
|
Loading…
Reference in a new issue