|
|
|
@ -154,7 +154,7 @@
|
|
|
|
|
to find the Qt 3.x moc instead of the correct one. Use the --with-qt4-moc option
|
|
|
|
|
to force the right moc compiler path.
|
|
|
|
|
In Qt 4.x mode the COMPILE_USE_QT4 preprocessor variable is set: use it for conditionals...
|
|
|
|
|
an #ifdef COMPILE_USE_QT4 is more or less equivalent to #if QT_VERSION >= 0x040000.
|
|
|
|
|
an #ifdef COMPILE_USE_QT4 is more or less equivalent to #if TQT_VERSION >= 0x040000.
|
|
|
|
|
We will need to "abstract" several collection classes to make everything
|
|
|
|
|
work with both Qt 3.x and Qt 4.x. The goal is (or better would be) to hide everything in
|
|
|
|
|
kvilib in order to have almost no conditional compilation in the kvirc core and in the modules.
|
|
|
|
|