Note:
SDECFG_PKG_QT4_NO_EXCEPTIONS
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Because Qt4 is figuring out by itself if the used compiler supports exceptions
the behavior was changed to explicitely disable exceptions.
Default: 0 (Qt will try to build with exceptions if supported by the compiler)
SDECFG_PKG_QT4_NO_STL
~~~~~~~~~~~~~~~~~~~~~
The old behavior to explicitely enable Qt4 STL support was changed this way,
that now you have to explicitely _disable_ it!
Default: 0 (Qt STL support is enabled)