Le Wed, 23 Nov 2011 18:58:07 +0100, Werner Joss werner@hoernerfranzracing.de a écrit :
I'm pretty sure that everything with regard to coding itself still holds, what will be effected by the tqt interface is the makefile/autoconf stuff. as well as the cmake transition, which is not covered at all by the mentioned tutorials (and also not supported by kdevelop3, IMHO).
I agree. You can look at $PREFIX/include/tqt/tqt.h, it is 95% of #define's only translating TQ* namespace to Q* namespace and 5% of strange static_cast's.
werner