Skip to content

Commit

Permalink
Merge pull request #818 from laanwj/2012_02_win32_qtaccessible
Browse files Browse the repository at this point in the history
Enable accessible widgets Qt module on win32
  • Loading branch information
laanwj committed Feb 10, 2012
2 parents 426f440 + cb1cef1 commit 494fe27
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bitcoin-qt.pro
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ contains(FIRST_CLASS_MESSAGING, 1) {

contains(BITCOIN_NEED_QT_PLUGINS, 1) {
DEFINES += BITCOIN_NEED_QT_PLUGINS
QTPLUGIN += qcncodecs qjpcodecs qtwcodecs qkrcodecs
QTPLUGIN += qcncodecs qjpcodecs qtwcodecs qkrcodecs qtaccessiblewidgets
}

!windows {
Expand Down
1 change: 1 addition & 0 deletions src/init.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Q_IMPORT_PLUGIN(qcncodecs)
Q_IMPORT_PLUGIN(qjpcodecs)
Q_IMPORT_PLUGIN(qtwcodecs)
Q_IMPORT_PLUGIN(qkrcodecs)
Q_IMPORT_PLUGIN(qtaccessiblewidgets)
#endif

using namespace std;
Expand Down

0 comments on commit 494fe27

Please sign in to comment.