forked from qt-creator/qt-creator
pluginspec: don't use the patched plugin loader. breaks on Fedora 10...
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user