pluginspec: don't use the patched plugin loader. breaks on Fedora 10...

This commit is contained in:
hjk
2009-04-07 14:08:44 +02:00
parent 8d41168672
commit 2da2d57143

View File

@@ -42,7 +42,8 @@
#include <QtDebug>
#ifdef Q_OS_LINUX
# define USE_UNPATCHED_QPLUGINLOADER 0
// Using the patched version breaks on Fedora 10, KDE4.2.2/Qt4.5.
# define USE_UNPATCHED_QPLUGINLOADER 1
#else
# define USE_UNPATCHED_QPLUGINLOADER 1
#endif