PDA

View Full Version : Using my library written in QT in non-qt application



vkj
22nd February 2010, 16:36
Hi,
I'd like to write library in qt and then use it in another non-qt c++ application.
I'm new to qt and i'm not sure if
- it is possible?
- should i use static/dynamic libs or is there any other way?
- will it be ok to use lgpl qt to develop libs for commercial app?
- finally - how to use my libs in non-qt app?