|
|
|
@ -21,6 +21,17 @@
|
|
|
|
|
|
|
|
|
|
#include <boost/interprocess/ipc/message_queue.hpp>
|
|
|
|
|
|
|
|
|
|
#if defined(BITCOIN_NEED_QT_PLUGINS) && !defined(_BITCOIN_QT_PLUGINS_INCLUDED)
|
|
|
|
|
#define _BITCOIN_QT_PLUGINS_INCLUDED
|
|
|
|
|
#define __INSURE__
|
|
|
|
|
#include <QtPlugin>
|
|
|
|
|
Q_IMPORT_PLUGIN(qcncodecs)
|
|
|
|
|
Q_IMPORT_PLUGIN(qjpcodecs)
|
|
|
|
|
Q_IMPORT_PLUGIN(qtwcodecs)
|
|
|
|
|
Q_IMPORT_PLUGIN(qkrcodecs)
|
|
|
|
|
Q_IMPORT_PLUGIN(qtaccessiblewidgets)
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
// Need a global reference for the notifications to find the GUI
|
|
|
|
|
BitcoinGUI *guiref;
|
|
|
|
|
QSplashScreen *splashref;
|
|
|
|
|