kdevelop/src
Andras Mantia
amantia at kde.org
Tue May 4 14:40:05 UTC 2004
CVS commit by amantia:
Due to the #define protected public hack, --enable-final ceased to work.
As setWidget() is protected, you should be able to access it by simply creating a KPart::Part derivated object...
CCMAIL: kdevelop-devel at kdevelop.org
M +2 -0 Makefile.am 1.49
--- kdevelop/src/Makefile.am #1.48:1.49
@@ -23,2 +23,4 @@
rc_assistantdir = $(kde_datadir)/kdevassistant
rc_assistant_DATA = kdevassistantui.rc
+
+KDE_OPTIONS=nofinal
\ No newline at end of file
More information about the KDevelop-devel
mailing list