File tree Expand file tree Collapse file tree 1 file changed +11
-7
lines changed Expand file tree Collapse file tree 1 file changed +11
-7
lines changed Original file line number Diff line number Diff line change 2
2
// Distributed under the MIT/X11 software license, see the accompanying
3
3
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
4
4
5
+ #include " bitcoin-config.h"
5
6
#include " bitcoingui.h"
6
7
7
8
#include " clientmodel.h"
30
31
#include < QTimer>
31
32
#include < QTranslator>
32
33
33
- #if QT_VERSION < 0x050000
34
- #include < QTextCodec>
35
- #endif
36
-
37
- #if defined(BITCOIN_NEED_QT_PLUGINS) && !defined(_BITCOIN_QT_PLUGINS_INCLUDED)
38
- #define _BITCOIN_QT_PLUGINS_INCLUDED
39
- #define __INSURE__
34
+ #if defined(QT_STATICPLUGIN)
40
35
#include < QtPlugin>
36
+ #if QT_VERSION < 0x050000
41
37
Q_IMPORT_PLUGIN (qcncodecs)
42
38
Q_IMPORT_PLUGIN(qjpcodecs)
43
39
Q_IMPORT_PLUGIN(qtwcodecs)
44
40
Q_IMPORT_PLUGIN(qkrcodecs)
45
41
Q_IMPORT_PLUGIN(qtaccessiblewidgets)
42
+ #else
43
+ Q_IMPORT_PLUGIN (AccessibleFactory)
44
+ Q_IMPORT_PLUGIN(QWindowsIntegrationPlugin);
45
+ #endif
46
+ #endif
47
+
48
+ #if QT_VERSION < 0x050000
49
+ #include < QTextCodec>
46
50
#endif
47
51
48
52
// Declare meta types used for QMetaObject::invokeMethod
You can’t perform that action at this time.
0 commit comments