kdevelop
Andras Mantia
amantia at kde.org
Tue May 11 11:49:04 UTC 2004
CVS commit by amantia:
I really hope you have intended to enable the local KMDI only for KDE < CVS HEAD. You should use KMDI frim kdelibs when compiling under KDE CVS HEAD!
CCMAIL: kdevelop-devel at kdevelop.org
M +1 -1 kdevelop.m4.in 1.35
M +2 -2 lib/Makefile.am 1.36
--- kdevelop/lib/Makefile.am #1.35:1.36
@@ -5,7 +5,7 @@
INCLUDES = $(all_includes)
-#if include_qextmdi
+if include_qextmdi
QEXTMDI_SUBDIR=qextmdi
-#endif
+endif
if include_compat
--- kdevelop/kdevelop.m4.in #1.34:1.35
@@ -522,5 +522,5 @@
],
[
- #if KDE_VERSION < ((3<<16) | (1<<8) | (93))
+ #if KDE_VERSION < ((3<<16) | (2<<8) | (90))
KDE_choke me
#endif
More information about the KDevelop-devel
mailing list