[Qt-interest] Qt3_support removal

Constantin Makshin cmakshin at gmail.com
Wed Jan 13 12:46:18 CET 2010


You may try defining the "QT3_SUPPORT_WARNINGS" preprocessor macro — only  
add "DEFINES += QT3_SUPPORT_WARNINGS" to your Qt project file and  
re-generate makefiles. If you compile your program with GCC, you'll get  
warnings about used Qt3Support functions; I don't know how that macro  
works with other compilers.

João Abecasis wrote:
>> ...
>> You cannot include them if you don't link to the library.
>
> Could we emit an #error in such cases? (Or do we currently do that?)

-- 
Constantin Makshin



More information about the Qt-interest-old mailing list