From af4a651cb5aa61cab134043471aacfd55e49d268 Mon Sep 17 00:00:00 2001 From: Iru Cai Date: Thu, 15 May 2014 21:53:41 +0800 Subject: Change for windows native static build. 1. Qt 4.8.6 does not have static imageformats plugin 2. cmake have MSVC and MINGW variable 3. rewrite openssl linking options --- src/fqterm/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/fqterm/main.cpp') 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 -#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) -- cgit v1.2.3