[PATCH] get some qt settings from config files

Christian Ehrlicher Ch.Ehrlicher at gmx.de
Sun Nov 20 22:20:19 CET 2005


Thiago Macieira schrieb:
> Christian Ehrlicher wrote:
> 
>>This patch parses .qmake.cache and qmake.conf (currently only for win32)
>>to get informations about qt libs we want to link against. It checks if
>>qt is compiled with rtti and exception handling and also readsthe
>>defines it was compiled with and put them into CXXFLAGS_QT.
>>It should be no problem to make this platform independent but for now I
>>won't break linux or macos with my limited python knowledge...
> 
> 
> Why are you making it exit if Qt was compiled with no-rtti and 
> no-exceptions?
rtti is needed for dynamic_cast<> and exceptions are needed because
dynamic_cast<> could throw an exception in case of a bad cast.
Don't we get problems when we compile kde with rtti + exception handling
and qt isn't?

Christian
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 250 bytes
Desc: OpenPGP digital signature
Url : http://mail.kde.org/pipermail/kde-buildsystem/attachments/20051120/89c8568c/signature.pgp


More information about the Kde-buildsystem mailing list