tags:

views:

19

answers:

1

I have libraries created from visual studio.I want to use the functions in library in Qt GUI. How to do that?How to make the GUI understand that it depends on the lib?

A: 

You could do this at the code level. Gui is for creating forms/widgets/guis.

Karol Wilk