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