|
|
@ -16,6 +16,7 @@ |
|
|
|
#include "splashscreen.h" |
|
|
|
#include "splashscreen.h" |
|
|
|
#include "utilitydialog.h" |
|
|
|
#include "utilitydialog.h" |
|
|
|
#include "winshutdownmonitor.h" |
|
|
|
#include "winshutdownmonitor.h" |
|
|
|
|
|
|
|
|
|
|
|
#ifdef ENABLE_WALLET |
|
|
|
#ifdef ENABLE_WALLET |
|
|
|
#include "paymentserver.h" |
|
|
|
#include "paymentserver.h" |
|
|
|
#include "walletmodel.h" |
|
|
|
#include "walletmodel.h" |
|
|
@ -26,6 +27,7 @@ |
|
|
|
#include "rpcserver.h" |
|
|
|
#include "rpcserver.h" |
|
|
|
#include "ui_interface.h" |
|
|
|
#include "ui_interface.h" |
|
|
|
#include "util.h" |
|
|
|
#include "util.h" |
|
|
|
|
|
|
|
|
|
|
|
#ifdef ENABLE_WALLET |
|
|
|
#ifdef ENABLE_WALLET |
|
|
|
#include "wallet.h" |
|
|
|
#include "wallet.h" |
|
|
|
#endif |
|
|
|
#endif |
|
|
@ -34,15 +36,16 @@ |
|
|
|
|
|
|
|
|
|
|
|
#include <boost/filesystem/operations.hpp> |
|
|
|
#include <boost/filesystem/operations.hpp> |
|
|
|
#include <boost/thread.hpp> |
|
|
|
#include <boost/thread.hpp> |
|
|
|
|
|
|
|
|
|
|
|
#include <QApplication> |
|
|
|
#include <QApplication> |
|
|
|
#include <QDebug> |
|
|
|
#include <QDebug> |
|
|
|
#include <QLibraryInfo> |
|
|
|
#include <QLibraryInfo> |
|
|
|
#include <QLocale> |
|
|
|
#include <QLocale> |
|
|
|
#include <QMessageBox> |
|
|
|
#include <QMessageBox> |
|
|
|
#include <QSettings> |
|
|
|
#include <QSettings> |
|
|
|
|
|
|
|
#include <QThread> |
|
|
|
#include <QTimer> |
|
|
|
#include <QTimer> |
|
|
|
#include <QTranslator> |
|
|
|
#include <QTranslator> |
|
|
|
#include <QThread> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#if defined(QT_STATICPLUGIN) |
|
|
|
#if defined(QT_STATICPLUGIN) |
|
|
|
#include <QtPlugin> |
|
|
|
#include <QtPlugin> |
|
|
|