PDA

View Full Version : Visual c++ with wwWidgets



banita
22nd October 2010, 11:56
I want try wwWidgets with vicual c++.

In ifficial site is write:



Usage of wwWidgets in your projects is trivial. Once you install the package on your system all you have to do is to add the following line to your project (.pro) file: CONFIG+=wwwidgets Just remember to run qmake afterwards. From now on you can use wwWidgets includes and classes in your project.


I use visual qt addin and dont have *.pro file. Is there any chance to use this with this addin without generate *.pro file?
sory for my poor english

wysota
22nd October 2010, 12:05
It should be possible to regenerate appropriate rules for the visual studio project using qmake. Other than that you have to manually add rules to link wwWidgets library, add a WWWIDGETS define and add the directory with wwWidgets header files to be searched for includes by VS.