mms-core
 
Picture
plugins are small programs that are make to ease development
1.       Go to http://qt.nokia.com/products/appdev/add-on-products/catalog/4

2.       Choose the plugin u need from Qt Solutions

3.       CHECK “Tested on” for ur target platform

4.       Download Open Source Edition

5.       Unzip to C:\

6.       Open Qt command Prompt

7.       Cd to the directory

8.       Type >configure –library

9.       License agreement will appear ,type >yes

10.   Then type >qmake

11.   Then type >mingw32-make

12.   Cd to plugins inside the unzipped folder

13.   Type >qmake

14.   Type >mingw32-make

15.   Copy the dll inside  $(the directory)\plugins\release to bin inside Qt directory

  Now u can open Qt Designer and drag and drop the plugin from Widget Box

 




Leave a Reply.