Fixes: extensionsystem: use a patched plugin loader on linux

This commit is contained in:
hjk
2009-02-19 16:30:08 +01:00
parent 037ad82e42
commit a18f97dbe0

View File

@@ -45,7 +45,11 @@
#include <QtCore/QCoreApplication>
#include <QtDebug>
#ifdef Q_OS_LINUX
# define USE_UNPATCHED_QPLUGINLOADER 0
#else
# define USE_UNPATCHED_QPLUGINLOADER 1
#endif
#if USE_UNPATCHED_QPLUGINLOADER