Merge pull request #818 from laanwj/2012_02_win32_qtaccessible

Enable accessible widgets Qt module on win32
This commit is contained in:
Wladimir J. van der Laan
2012-02-10 09:31:21 -08:00
2 changed files with 2 additions and 1 deletions

View File

@@ -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;