|
|
@ -33,10 +33,6 @@ Q_IMPORT_PLUGIN(qkrcodecs) |
|
|
|
Q_IMPORT_PLUGIN(qtaccessiblewidgets) |
|
|
|
Q_IMPORT_PLUGIN(qtaccessiblewidgets) |
|
|
|
#endif |
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
|
|
#ifdef WIN32 |
|
|
|
|
|
|
|
#define strncasecmp _strnicmp |
|
|
|
|
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// Need a global reference for the notifications to find the GUI
|
|
|
|
// Need a global reference for the notifications to find the GUI
|
|
|
|
static BitcoinGUI *guiref; |
|
|
|
static BitcoinGUI *guiref; |
|
|
|
static QSplashScreen *splashref; |
|
|
|
static QSplashScreen *splashref; |
|
|
@ -181,6 +177,9 @@ void HelpMessageBox::exec() |
|
|
|
#endif |
|
|
|
#endif |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#ifdef WIN32 |
|
|
|
|
|
|
|
#define strncasecmp strnicmp |
|
|
|
|
|
|
|
#endif |
|
|
|
#ifndef BITCOIN_QT_TEST |
|
|
|
#ifndef BITCOIN_QT_TEST |
|
|
|
int main(int argc, char *argv[]) |
|
|
|
int main(int argc, char *argv[]) |
|
|
|
{ |
|
|
|
{ |
|
|
|