From: Laurent Montel Date: Wed, 6 Sep 2006 14:54:21 +0000 (+0000) Subject: Clean up X-Git-Tag: v3.80.2~37 X-Git-Url: https://git.rmz.fi/?a=commitdiff_plain;h=22445de6d5cf8f6562e2381e1da4cbd11e632585;p=libqmvoc.git Clean up Remove executable attribute to file svn path=/trunk/KDE/kdeedu/libkdeedu/; revision=581515 --- diff --git a/kdeeducore/tests/CMakeLists.txt b/kdeeducore/tests/CMakeLists.txt index 96061c1..9d7774e 100644 --- a/kdeeducore/tests/CMakeLists.txt +++ b/kdeeducore/tests/CMakeLists.txt @@ -3,34 +3,14 @@ include_directories( ${CMAKE_SOURCE_DIR}/kdeeducore ) ########### next target ############### - +if(KDE4_BUILD_TESTS) set(loader_SRCS loader.cpp ) kde4_automoc(${loader_SRCS}) -if(KDE4_BUILD_TESTS) - kde4_add_executable(loader ${loader_SRCS}) target_link_libraries(loader ${KDE4_KDECORE_LIBS} kdeeducore ) endif(KDE4_BUILD_TESTS) -########### install files ############### - - - - - -#original Makefile.am contents follow: - -#SUBDIRS = . -#INCLUDES = -I. -I$(top_srcdir)/kdeeducore $(all_includes) -# -#check_PROGRAMS = loader -# -##all: check -# -#loader_SOURCES = loader.cpp -#loader_LDFLAGS = $(all_libraries) -#loader_LDADD = ../libkdeeducore.la diff --git a/kdeeduui/CMakeLists.txt b/kdeeduui/CMakeLists.txt index 7e6df4f..c0c2028 100644 --- a/kdeeduui/CMakeLists.txt +++ b/kdeeduui/CMakeLists.txt @@ -24,23 +24,3 @@ install(FILES libkdeedu_ui_export.h kdeeduglossary.h DESTINATION ${INCLUDE_INSTALL_DIR}/libkdeedu ) - - -#original Makefile.am contents follow: - -#INCLUDES= $(all_includes) -#SUBDIRS = . tests -# -#lib_LTLIBRARIES = libkdeeduui.la -# -#libkdeeduui_la_SOURCES = \ -# kdeeduglossary.cpp -# -#libkdeeduuiincludedir = $(includedir)/libkdeedu -#libkdeeduuiinclude_HEADERS = kdeeduglossary.h -# -#libkdeeduui_la_LDFLAGS = $(all_libraries) -no-undefined -version-info 3:5:0 -#libkdeeduui_la_LIBADD = $(LIB_KDECORE) $(LIB_KIO) $(LIB_KDEUI) $(LIB_KHTML) -# -#METASOURCES = AUTO -#