| Trolltech Home | Qt-interest Home | Recent Threads | All Threads | Author | Date | |
| All threads index page 1 | |
Hi, >> I'm working on a QT Application and we try to support accessibility on >> the site. I tried compiling qaccessiblewidget.cpp that go with the >> plugins folder in qt folder into my application instead of using it as >> plugin because Im not sure how. > > I'm not sure I understand the exact details of what has been done. Could > you describe the sequence of commands in more detail? Without these details it's hard to help. It looks like there's a misunderstanding here. You shouldn't compile qaccessiblewidget.cpp directly into your application. An accessibility plugin should have been built together with the Qt library. Has this plugin been built at all? Which platform is this? The plugin is then automatically loaded by the Qt library at runtime, provided it's made available in <pluginbase>/accessible at runtime, where <pluginbase> is documented here: http://doc.trolltech.com/3.3/plugins-howto.html -- [ signature omitted ]