[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    branches/work/konvi-kde4
From:       Pino Toscano <pino () kde ! org>
Date:       2009-02-01 0:20:20
Message-ID: 1233447620.719467.9379.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 919444 by pino:

small cleanup


 M  +0 -30     CMakeLists.txt  
 M  +1 -4      src/CMakeLists.txt  
 M  +0 -2      src/linkaddressbook/CMakeLists.txt  


--- branches/work/konvi-kde4/CMakeLists.txt #919443:919444
@@ -13,7 +13,6 @@
 include(MacroLibrary)
 include(CheckIncludeFile)
 
-
 add_definitions (-DQT3_SUPPORT -DQT3_SUPPORT_WARNINGS)
 add_definitions (${QT_DEFINITIONS} ${KDE4_DEFINITIONS})
 
@@ -21,43 +20,14 @@
 
 include_directories(${CMAKE_SOURCE_DIR} ${CMAKE_BINARY_DIR} ${KDE4_INCLUDES} \
${KDE4_INCLUDE_DIR} ${QT_INCLUDES})  
-
 #looks like the original test is from Kopete, their port doesn't use Xext so neither \
shall ours  if (X11_Xscreensaver_FOUND)
     set(HAVE_XSCREENSAVER 1)
     message(STATUS "${PROJECT_NAME} -- ${X11_Xscreensaver_FOUND}")
 endif (X11_Xscreensaver_FOUND)
 
-
 configure_file(config-konvi.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config-konvi.h )
 
-
-
 add_subdirectory(src)
 add_subdirectory(data)
 
-
-########### install files ###############
-
-
-#original Makefile.am contents follow:
-
-#SUBDIRS = src images scripts 
-#EXTRA_DIST = AUTHORS COPYING ChangeLog INSTALL README TODO
-#
-#messages: rc.cpp
-#	$(EXTRACTRC) `find . -name "*.rc" -o -name "*.ui" -o -name "*.kcfg"` > rc.cpp
-## we haven't got a tips file atm, so there isn't a lot of point in making one...
-## maybe someone will document the process of writing tips files, or tell me that
-## it needs to be done
-##	$(PREPARETIPS) > tips.cpp
-#	LIST=`find . -name \*.h -o -name \*.hh -o -name \*.H -o -name \*.hxx -o -name \
\*.hpp -o -name \*.cpp -o -name \*.cc -o -name *.cxx -o -name \*.ecpp -o -name \*.C`; \
                \
-#	if test -n "$$LIST"; then \
-#		$(XGETTEXT) $$LIST -o $(podir)/konversation.pot; \
-#	fi
-##	rm -f tips.cpp
-#	rm -f rc.cpp
-#
-#
-#include $(top_srcdir)/admin/Doxyfile.am
-#
--- branches/work/konvi-kde4/src/CMakeLists.txt #919443:919444
@@ -1,8 +1,7 @@
 
-include_directories(${CMAKE_CURRENT_SOURCE_DIR}/config ${KDE4_INCLUDES} \
${KDE4_INCLUDE_DIR} ${QT_INCLUDES} ) \
+include_directories(${CMAKE_CURRENT_SOURCE_DIR}/config)  
 #add_subdirectory(linkaddressbook)
-add_subdirectory(blowfish)
 
 add_subdirectory(irc)
 
@@ -12,8 +11,6 @@
 
 ########### next target ###############
 
-
-
 set(core_SRCS
     #====================================
     #=== Application
--- branches/work/konvi-kde4/src/linkaddressbook/CMakeLists.txt #919443:919444
@@ -1,6 +1,4 @@
 
-include_directories(${KDE4_INCLUDES} ${KDE4_INCLUDE_DIR} ${QT_INCLUDES} )
-
 ########### next target ###############
 
 set(linkaddressbookui_STAT_SRCS


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic