summaryrefslogtreecommitdiffstats
path: root/desktop/wally/wally-2.3.2-disable-plugins.patch
blob: a187a93650b57af452922b0c8e05729e7845eac0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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>