[Interest] Proper way of testing whether Qt is being used by a program

R. Reucher rene.reucher at batcom-it.net
Tue Aug 14 14:10:42 CEST 2012


On Tuesday 14 August 2012 13:59:27 Shriramana Sharma wrote:
> So would you advice to use the generic C++ classes anyway?
Simple: if you want to / need to use Qt in your library, then do this 
(probably mixing with std classes). If your library can be done without Qt, 
and you're planning to use it in a non-Qt environment as well, then only use 
std classes.

This can also be decided on during build configuration, of course, if you 
prefer to implement both regardless of the above...

HTH, René
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20120814/15d9cd07/attachment.html>


More information about the Interest mailing list