diff options
| author | Wladimir J. van der Laan <[email protected]> | 2012-03-24 16:52:43 +0100 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2012-04-04 08:46:12 +0200 |
| commit | 55f69a47002a1fc5bdf4e0c345e61ec955fa664b (patch) | |
| tree | 3fca23cba5429a55b9d8b773ce92d0818e45e06a /src/init.cpp | |
| parent | Merge pull request #949 from laanwj/2012_03_vc2010compilefixes (diff) | |
| download | discoin-55f69a47002a1fc5bdf4e0c345e61ec955fa664b.tar.xz discoin-55f69a47002a1fc5bdf4e0c345e61ec955fa664b.zip | |
move QT_PLUGINS stuff to qt main file, where it belongs
Diffstat (limited to 'src/init.cpp')
| -rw-r--r-- | src/init.cpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/init.cpp b/src/init.cpp index 8531b2071..d04c7a2db 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -13,17 +13,6 @@ #include <boost/filesystem/convenience.hpp> #include <boost/interprocess/sync/file_lock.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 - #ifdef WIN32 #define strncasecmp strnicmp #endif |