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, 0 insertions, 23 deletions
diff --git a/desktop/wally/wally-2.3.2-disable-plugins.patch b/desktop/wally/wally-2.3.2-disable-plugins.patch deleted file mode 100644 index a187a93650..0000000000 --- a/desktop/wally/wally-2.3.2-disable-plugins.patch +++ /dev/null @@ -1,23 +0,0 @@ -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> - |