[kde-edu]: KDE/kdeedu/libkdeedu/kdeeduui
Pino Toscano
toscano.pino at tiscali.it
Mon Sep 12 16:07:33 CEST 2005
SVN commit 459953 by pino:
Removing the KEduSimpleEntryDlg, as it was a simply designer file with no real
purpouse.
I hope we'll have for kde4 a libkdeedukvtml with all the stuff needed to work
with KVTML, maybe a small editor too.
CCMAIL: kde-edu at kde.org
M +1 -1 Makefile.am
D kedusimpleentrydlg.cpp
D kedusimpleentrydlg.h
D kedusimpleentrydlgForm.ui
M +5 -5 tests/Makefile.am
D tests/entrydialogs.cpp
--- trunk/KDE/kdeedu/libkdeedu/kdeeduui/Makefile.am #459952:459953
@@ -4,7 +4,7 @@
lib_LTLIBRARIES = libkdeeduui.la
libkdeeduui_la_SOURCES = \
- kedusimpleentrydlg.cpp kedusimpleentrydlgForm.ui kdeeduglossary.cpp
+ kdeeduglossary.cpp
libkdeeduuiincludedir = $(includedir)/libkdeedu
libkdeeduuiinclude_HEADERS = kdeeduglossary.h
--- trunk/KDE/kdeedu/libkdeedu/kdeeduui/tests/Makefile.am #459952:459953
@@ -1,11 +1,11 @@
SUBDIRS = .
INCLUDES = -I. -I$(top_srcdir)/kdeeduui $(all_includes)
+LDADD = ../libkdeeduui.la
+LDFLAGS = $(all_libraries)
-check_PROGRAMS = entrydialogs
+#check_PROGRAMS = entrydialogs
+check_PROGRAMS =
#all: check
-entrydialogs_SOURCES = entrydialogs.cpp
-entrydialogs_LDADD = ../libkdeeduui.la
-entrydialogs_LDFLAGS = $(all_libraries)
-
+#entrydialogs_SOURCES = entrydialogs.cpp
More information about the kde-edu
mailing list