diff options
Diffstat (limited to 'desktop/wally/wally-2.3.2-disable-plugins.patch')
-rw-r--r-- | desktop/wally/wally-2.3.2-disable-plugins.patch | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/desktop/wally/wally-2.3.2-disable-plugins.patch b/desktop/wally/wally-2.3.2-disable-plugins.patch new file mode 100644 index 0000000000..a187a93650 --- /dev/null +++ b/desktop/wally/wally-2.3.2-disable-plugins.patch @@ -0,0 +1,23 @@ +Index: wally-2.3.2/src/main.cpp +=================================================================== +--- wally-2.3.2.orig/src/main.cpp ++++ wally-2.3.2/src/main.cpp +@@ -17,18 +17,6 @@ + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + */ + +-#if (!defined(QT_SHARED)) && (!defined(QT_DLL)) +- #include <QtPlugin> +- +- Q_IMPORT_PLUGIN(qgif) +- Q_IMPORT_PLUGIN(qico) +- Q_IMPORT_PLUGIN(qjpeg) +- Q_IMPORT_PLUGIN(qmng) +- Q_IMPORT_PLUGIN(qsvg) +- Q_IMPORT_PLUGIN(qtiff) +- Q_IMPORT_PLUGIN(qsqlite) +-#endif +- + #include <QTimer> + #include <QMessageBox> + |