summaryrefslogtreecommitdiff
path: root/src/fqterm/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/fqterm/main.cpp')
-rw-r--r--src/fqterm/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fqterm/main.cpp b/src/fqterm/main.cpp
index 00867f1..4f8a564 100644
--- a/src/fqterm/main.cpp
+++ b/src/fqterm/main.cpp
@@ -36,11 +36,11 @@
// static link Qt4 plugins.
void loadNecessaryQtPlugins() {}
#include <QtPlugin>
-#if QT_VERSION < QT_VERSION_CHECK(4,8,5)
Q_IMPORT_PLUGIN(qkrcodecs)
Q_IMPORT_PLUGIN(qcncodecs)
Q_IMPORT_PLUGIN(qjpcodecs)
Q_IMPORT_PLUGIN(qtwcodecs)
+#if QT_VERSION < QT_VERSION_CHECK(4,8,5)
Q_IMPORT_PLUGIN(qjpeg)
Q_IMPORT_PLUGIN(qgif)
Q_IMPORT_PLUGIN(qmng)